mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
Add separate platform examples for running electron
This commit is contained in:
@@ -169,8 +169,16 @@ electron .
|
||||
|
||||
If you've installed it locally, then run:
|
||||
|
||||
#### macOS / Linux
|
||||
|
||||
```bash
|
||||
"./node_modules/.bin/electron" .
|
||||
$ ./node_modules/.bin/electron .
|
||||
```
|
||||
|
||||
#### Windows
|
||||
|
||||
```bash
|
||||
$ .\node_modules\.bin\electron .
|
||||
```
|
||||
|
||||
### Manually Downloaded Electron Binary
|
||||
|
||||
Reference in New Issue
Block a user