From 1fe3b70a23e33684fda12455f53d2c42c6935b50 Mon Sep 17 00:00:00 2001 From: Elias Date: Mon, 22 Aug 2016 00:29:33 -0700 Subject: [PATCH] fix windows command prompt error path to electron needs to be wrapped in quotes or else windows command prompt will error out --- docs/tutorial/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/quick-start.md b/docs/tutorial/quick-start.md index 2b69d431ebc3..8aa893ffc63f 100644 --- a/docs/tutorial/quick-start.md +++ b/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