fix windows command prompt error

path to electron needs to be wrapped in quotes or else windows command prompt will error out
This commit is contained in:
Elias 2016-08-22 00:29:33 -07:00 committed by GitHub
parent c1989fb794
commit 1fe3b70a23

View file

@ -170,7 +170,7 @@ electron .
If you've installed it locally, then run: If you've installed it locally, then run:
```bash ```bash
./node_modules/.bin/electron . "./node_modules/.bin/electron" .
``` ```
### Manually Downloaded Electron Binary ### Manually Downloaded Electron Binary