Browse Source

Add npx command for node version 8.2.0 and later

robbix1206 7 years ago
parent
commit
9fecf4b2f7
1 changed files with 6 additions and 0 deletions
  1. 6 0
      docs/tutorial/quick-start.md

+ 6 - 0
docs/tutorial/quick-start.md

@@ -175,6 +175,12 @@ electron .
 
 If you've installed it locally, then run:
 
+### Node v8.2.0 and later
+
+```
+$ npx electron .
+```
+
 #### macOS / Linux
 
 ```bash