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

@ -7,7 +7,7 @@ are initialized earlier than the command line flags and the app's code.
POSIX shell example:
```bash
```sh
$ export ELECTRON_ENABLE_LOGGING=true
$ electron
```