Fix harder
authorPaul Betts <paul@paulbetts.org>
Thu, 10 Sep 2015 18:00:43 +0000 (11:00 -0700)
committerPaul Betts <paul@paulbetts.org>
Thu, 10 Sep 2015 18:00:43 +0000 (11:00 -0700)
docs/tutorial/using-native-node-modules.md

index 35876ac..c338494 100644 (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
-npm run electron-rebuild
+node ./node_modules/.bin/electron-rebuild
 ```
 
 ### The node-gyp Way