Browse Source

fix windows command prompt error

path to electron needs to be wrapped in quotes or else windows command prompt will error out
Elias 8 years ago
parent
commit
1fe3b70a23
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/tutorial/quick-start.md

+ 1 - 1
docs/tutorial/quick-start.md

@@ -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