Merge pull request #9808 from Gryff/master
Remove `bash` from windows commands to stop syntax highlighting errors
This commit is contained in:
commit
3abeb6e2bc
1 changed files with 2 additions and 2 deletions
|
@ -183,7 +183,7 @@ $ ./node_modules/.bin/electron .
|
|||
|
||||
#### Windows
|
||||
|
||||
```bash
|
||||
```
|
||||
$ .\node_modules\.bin\electron .
|
||||
```
|
||||
|
||||
|
@ -206,7 +206,7 @@ $ ./electron/electron your-app/
|
|||
|
||||
#### Windows
|
||||
|
||||
```bash
|
||||
```
|
||||
$ .\electron\electron.exe your-app\
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue