link to the ninja website

This commit is contained in:
Zeke Sikelianos 2016-03-16 09:42:33 -07:00
parent 0d8994d81d
commit da47b569e8

View file

@ -22,7 +22,7 @@ $ git clone https://github.com/atom/electron.git
## Bootstrapping
The bootstrap script will download all necessary build dependencies and create
the build project files. Notice that we're using `ninja` to build Electron so
the build project files. Notice that we're using [ninja](https://ninja-build.org/) to build Electron so
there is no Xcode project generated.
```bash