Skip to content

Commit 8d19469

Browse files
authored
Add separate platform examples for running electron
1 parent 1fe3b70 commit 8d19469

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

docs/tutorial/quick-start.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,16 @@ electron .
169169

170170
If you've installed it locally, then run:
171171

172+
#### macOS / Linux
173+
174+
```bash
175+
$ ./node_modules/.bin/electron .
176+
```
177+
178+
#### Windows
179+
172180
```bash
173-
"./node_modules/.bin/electron" .
181+
$ .\node_modules\.bin\electron .
174182
```
175183

176184
### Manually Downloaded Electron Binary

0 commit comments

Comments
 (0)