Fix electron-rebuild instructions for Win32

This commit is contained in:
Paul Betts 2015-09-10 10:57:08 -07:00
parent b861a174ca
commit 9ca85a7859

View file

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