diff --git a/docs/tutorial/quick-start.md b/docs/tutorial/quick-start.md index 2b69d431ebc..682016e45b0 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