describe electron-prebuilt and link to it
This commit is contained in:
parent
edb73fb734
commit
0c9c1229e3
1 changed files with 5 additions and 2 deletions
|
@ -147,8 +147,11 @@ working as expected.
|
|||
|
||||
### electron-prebuilt
|
||||
|
||||
If you've installed `electron-prebuilt` globally with `npm`, then you will only
|
||||
need to run the following in your app's source directory:
|
||||
[`electron-prebuilt`](https://github.com/electron-userland/electron-prebuilt) is
|
||||
an `npm` module that contains pre-compiled versions of Electron.
|
||||
|
||||
If you've installed it globally with `npm`, then you will only need to run the
|
||||
following in your app's source directory:
|
||||
|
||||
```bash
|
||||
electron .
|
||||
|
|
Loading…
Reference in a new issue