mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Updated docs
Updated docs to better understand how to use electron-rebuild on Windows
This commit is contained in:
@@ -31,8 +31,13 @@ which handles the manual steps of downloading headers and building native module
|
||||
```sh
|
||||
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
|
||||
|
||||
# Windows
|
||||
./node_modules/.bin/electron-rebuild
|
||||
```
|
||||
|
||||
### The npm Way
|
||||
|
||||
Reference in New Issue
Block a user