Put npx as last option
This commit is contained in:
parent
564ca27679
commit
0bcc5d37ab
1 changed files with 6 additions and 6 deletions
|
@ -175,12 +175,6 @@ electron .
|
||||||
|
|
||||||
If you've installed it locally, then run:
|
If you've installed it locally, then run:
|
||||||
|
|
||||||
#### Node v8.2.0 and later
|
|
||||||
|
|
||||||
```
|
|
||||||
$ npx electron .
|
|
||||||
```
|
|
||||||
|
|
||||||
#### macOS / Linux
|
#### macOS / Linux
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -193,6 +187,12 @@ $ ./node_modules/.bin/electron .
|
||||||
$ .\node_modules\.bin\electron .
|
$ .\node_modules\.bin\electron .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Node v8.2.0 and later
|
||||||
|
|
||||||
|
```
|
||||||
|
$ npx electron .
|
||||||
|
```
|
||||||
|
|
||||||
### Manually Downloaded Electron Binary
|
### Manually Downloaded Electron Binary
|
||||||
|
|
||||||
If you downloaded Electron manually, you can also use the included
|
If you downloaded Electron manually, you can also use the included
|
||||||
|
|
Loading…
Add table
Reference in a new issue