Add Windows version of running cmd

This commit is contained in:
Paul Betts 2015-10-31 08:57:04 -07:00
parent cb91d4487b
commit 6a02586176

View file

@ -33,6 +33,9 @@ npm install --save-dev electron-rebuild
# Every time you run "npm install", run this
./node_modules/.bin/electron-rebuild
# On Windows if you have trouble, try:
.\node_modules\.bin\electron-rebuild.cmd
```
### The npm Way