We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b693ced + 0c9c122 commit 47a2a3aCopy full SHA for 47a2a3a
1 file changed
docs/tutorial/quick-start.md
@@ -162,8 +162,11 @@ working as expected.
162
163
### electron-prebuilt
164
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:
+[`electron-prebuilt`](https://github.com/electron-userland/electron-prebuilt) is
+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:
170
171
```bash
172
electron .
0 commit comments