prefer sh to bash in the docs

This commit is contained in:
Charles Kerr 2017-11-24 11:13:57 +01:00
parent c18afc924b
commit 1b0c1842ca
16 changed files with 87 additions and 81 deletions

View file

@ -2,7 +2,7 @@
### 1. Open an Electron project in VSCode.
```bash
```sh
$ git clone git@github.com:electron/electron-quick-start.git
$ code electron-quick-start
```