mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Update quick-start.md
This commit is contained in:
@@ -143,8 +143,8 @@ working as expected.
|
||||
|
||||
### electron-prebuilt
|
||||
|
||||
If you've installed `electron-prebuilt` globally with `npm`, then you need only
|
||||
run the following in your app's source directory:
|
||||
If you've installed `electron-prebuilt` globally with `npm`, then you will only need
|
||||
to run the following in your app's source directory:
|
||||
|
||||
```bash
|
||||
electron .
|
||||
@@ -158,7 +158,7 @@ If you've installed it locally, then run:
|
||||
|
||||
### Manually Downloaded Electron Binary
|
||||
|
||||
If you downloaded Electron manually, you can also just use the included
|
||||
If you downloaded Electron manually, you can also use the included
|
||||
binary to execute your app directly.
|
||||
|
||||
#### Windows
|
||||
|
||||
Reference in New Issue
Block a user