Skip to content

Commit

Permalink
Fix electron-rebuild instructions for Win32
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Sep 10, 2015
1 parent b861a17 commit 9ca85a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/using-native-node-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ca85a7

Please sign in to comment.