Merge pull request #3188 from alexandrubau/master

Updated docs
This commit is contained in:
Cheng Zhao 2015-10-23 20:13:00 +08:00
commit df9ea104c2

View file

@ -31,8 +31,8 @@ which handles the manual steps of downloading headers and building native module
```sh
npm install --save-dev electron-rebuild
# Every time you run npm install, run this
node ./node_modules/.bin/electron-rebuild
# Every time you run "npm install", run this
./node_modules/.bin/electron-rebuild
```
### The npm Way