Merge pull request #5349 from electron/link-to-electron-prebuilt

describe electron-prebuilt and link to it
This commit is contained in:
Cheng Zhao 2016-04-30 11:59:44 +09:00
commit 47a2a3a13f

View file

@ -162,8 +162,11 @@ working as expected.
### electron-prebuilt ### electron-prebuilt
If you've installed `electron-prebuilt` globally with `npm`, then you will only [`electron-prebuilt`](https://github.com/electron-userland/electron-prebuilt) is
need to run the following in your app's source directory: 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 ```bash
electron . electron .