diff --git a/docs/tutorial/quick-start.md b/docs/tutorial/quick-start.md index 3a1b7a2d8acd..573e296d4d17 100644 --- a/docs/tutorial/quick-start.md +++ b/docs/tutorial/quick-start.md @@ -162,8 +162,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 .