Skip to content

Commit

Permalink
Remove bash from windows commands to prevent syntax highlighting er…
Browse files Browse the repository at this point in the history
…rors (electron#1)
  • Loading branch information
Gryff authored Jun 20, 2017
1 parent 4337c44 commit 3decb5e
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 3decb5e

Please sign in to comment.