mirror of
https://github.com/electron/electron.git
synced 2026-01-11 00:18:02 -05:00
Merge pull request #9808 from Gryff/master
Remove `bash` from windows commands to stop syntax highlighting errors
This commit is contained in:
@@ -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\
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user