Remove bash
from windows commands to prevent syntax highlighting errors (#1)
This commit is contained in:
parent
4337c44af8
commit
3decb5eb28
1 changed files with 2 additions and 2 deletions
|
@ -183,7 +183,7 @@ $ ./node_modules/.bin/electron .
|
||||||
|
|
||||||
#### Windows
|
#### Windows
|
||||||
|
|
||||||
```bash
|
```
|
||||||
$ .\node_modules\.bin\electron .
|
$ .\node_modules\.bin\electron .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -206,7 +206,7 @@ $ ./electron/electron your-app/
|
||||||
|
|
||||||
#### Windows
|
#### Windows
|
||||||
|
|
||||||
```bash
|
```
|
||||||
$ .\electron\electron.exe your-app\
|
$ .\electron\electron.exe your-app\
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue