From 8d194691fe09d14263f898fdf6f4fc5815130df2 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 26 Aug 2016 14:16:30 -0700 Subject: [PATCH] Add separate platform examples for running electron --- docs/tutorial/quick-start.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/tutorial/quick-start.md b/docs/tutorial/quick-start.md index 8aa893ffc63f..682016e45b08 100644 --- a/docs/tutorial/quick-start.md +++ b/docs/tutorial/quick-start.md @@ -169,8 +169,16 @@ electron . If you've installed it locally, then run: +#### macOS / Linux + ```bash -"./node_modules/.bin/electron" . +$ ./node_modules/.bin/electron . +``` + +#### Windows + +```bash +$ .\node_modules\.bin\electron . ``` ### Manually Downloaded Electron Binary