Merge pull request #6925 from BraveNewMath/patch-1

fix windows command prompt error
This commit is contained in:
Kevin Sawicki 2016-08-26 14:17:55 -07:00 committed by GitHub
commit 307b504eb4

View file

@ -169,8 +169,16 @@ electron .
If you've installed it locally, then run: If you've installed it locally, then run:
#### macOS / Linux
```bash ```bash
./node_modules/.bin/electron . $ ./node_modules/.bin/electron .
```
#### Windows
```bash
$ .\node_modules\.bin\electron .
``` ```
### Manually Downloaded Electron Binary ### Manually Downloaded Electron Binary