Browse Source

Add separate platform examples for running electron

Kevin Sawicki 8 years ago
parent
commit
8d194691fe
1 changed files with 9 additions and 1 deletions
  1. 9 1
      docs/tutorial/quick-start.md

+ 9 - 1
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 .
+```
+
+#### Windows
+
 ```bash
-"./node_modules/.bin/electron" .
+$ .\node_modules\.bin\electron .
 ```
 
 ### Manually Downloaded Electron Binary