Skip to content

Commit

Permalink
Add Windows version of running cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Oct 31, 2015
1 parent cb91d44 commit 6a02586
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/tutorial/using-native-node-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a02586

Please sign in to comment.