Skip to content

Commit 47a2a3a

Browse files
committed
Merge pull request electron#5349 from electron/link-to-electron-prebuilt
describe electron-prebuilt and link to it
2 parents b693ced + 0c9c122 commit 47a2a3a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docs/tutorial/quick-start.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,11 @@ working as expected.
162162

163163
### electron-prebuilt
164164

165-
If you've installed `electron-prebuilt` globally with `npm`, then you will only
166-
need to run the following in your app's source directory:
165+
[`electron-prebuilt`](https://github.com/electron-userland/electron-prebuilt) is
166+
an `npm` module that contains pre-compiled versions of Electron.
167+
168+
If you've installed it globally with `npm`, then you will only need to run the
169+
following in your app's source directory:
167170

168171
```bash
169172
electron .

0 commit comments

Comments
 (0)