Add Windows version of running cmd
authorPaul Betts <paul@paulbetts.org>
Sat, 31 Oct 2015 15:57:04 +0000 (08:57 -0700)
committerPaul Betts <paul@paulbetts.org>
Sat, 31 Oct 2015 15:57:04 +0000 (08:57 -0700)
docs/tutorial/using-native-node-modules.md

index 6954fc6..2defedd 100644 (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