Add npx command for node version 8.2.0 and later
This commit is contained in:
parent
800ba9a325
commit
9fecf4b2f7
1 changed files with 6 additions and 0 deletions
|
@ -175,6 +175,12 @@ electron .
|
|||
|
||||
If you've installed it locally, then run:
|
||||
|
||||
### Node v8.2.0 and later
|
||||
|
||||
```
|
||||
$ npx electron .
|
||||
```
|
||||
|
||||
#### macOS / Linux
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in a new issue