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 коммит произвёл GitHub
Родитель c1989fb794
Коммит 1fe3b70a23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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