diff --git a/README.md b/README.md index 7b582e6201c..bbb4aa61e26 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,17 @@ editor](https://github.com/atom/atom). Prebuilt binaries and debug symbols of Electron for Linux, Windows and Mac can be found on the [releases](https://github.com/atom/electron/releases) page. +You can also use [`npm`](https://docs.npmjs.com/) to install prebuilt electron +binaries: + +``` +# Install the `electron` command globally in your $PATH +npm install electron-prebuilt -g + +# Install as a development dependency +npm install electron-prebuilt --save-dev +``` + ### Mirrors - [China](https://npm.taobao.org/mirrors/atom-shell)