add another link to ninja

This commit is contained in:
Zeke Sikelianos 2016-03-16 09:47:12 -07:00
parent da47b569e8
commit 6503f32ef9

View file

@ -1,6 +1,6 @@
# Build System Overview
Electron uses `gyp` for project generation and `ninja` for building. Project
Electron uses `gyp` for project generation and [ninja](https://ninja-build.org/) for building. Project
configurations can be found in the `.gyp` and `.gypi` files.
## Gyp Files