mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user