Skip to content

Commit

Permalink
Merge pull request electron#9808 from Gryff/master
Browse files Browse the repository at this point in the history
Remove `bash` from windows commands to stop syntax highlighting errors
  • Loading branch information
kevinsawicki authored Jun 20, 2017
2 parents 4337c44 + 3decb5e commit 3abeb6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ $ ./node_modules/.bin/electron .

#### Windows

```bash
```
$ .\node_modules\.bin\electron .
```

Expand All @@ -206,7 +206,7 @@ $ ./electron/electron your-app/

#### Windows

```bash
```
$ .\electron\electron.exe your-app\
```

Expand Down

0 comments on commit 3abeb6e

Please sign in to comment.