Updated docs
Updated docs to better understand how to use electron-rebuild on Windows
This commit is contained in:
parent
07adbc8e8a
commit
79e593aca6
1 changed files with 6 additions and 1 deletions
|
@ -31,8 +31,13 @@ which handles the manual steps of downloading headers and building native module
|
||||||
```sh
|
```sh
|
||||||
npm install --save-dev electron-rebuild
|
npm install --save-dev electron-rebuild
|
||||||
|
|
||||||
# Every time you run npm install, run this
|
# Every time you run "npm install", run this
|
||||||
|
|
||||||
|
# Linux or Mac
|
||||||
node ./node_modules/.bin/electron-rebuild
|
node ./node_modules/.bin/electron-rebuild
|
||||||
|
|
||||||
|
# Windows
|
||||||
|
./node_modules/.bin/electron-rebuild
|
||||||
```
|
```
|
||||||
|
|
||||||
### The npm Way
|
### The npm Way
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue