Browse Source

Add Windows version of running cmd

Paul Betts 9 years ago
parent
commit
6a02586176
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/tutorial/using-native-node-modules.md

+ 3 - 0
docs/tutorial/using-native-node-modules.md

@@ -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