summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2011-09-06 19:51:33 (GMT)
committerEvan Martin <martine@danga.com>2011-09-06 19:51:33 (GMT)
commitbccfd9fec302e14461ca1a7346f6709a5d85ecd6 (patch)
tree67e4e3df2d9f7fb40c19ff8ad0ac2902ecac443b /doc
parentf1687612c61c34bbcdf3e7ad448f686e93986f1c (diff)
downloadNinja-bccfd9fec302e14461ca1a7346f6709a5d85ecd6.zip
Ninja-bccfd9fec302e14461ca1a7346f6709a5d85ecd6.tar.gz
Ninja-bccfd9fec302e14461ca1a7346f6709a5d85ecd6.tar.bz2
link to github in docs
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.asciidoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc
index 1eba9e7..79e59c1 100644
--- a/doc/manual.asciidoc
+++ b/doc/manual.asciidoc
@@ -134,6 +134,9 @@ but they are not part of make itself.)
Getting started
---------------
+Start by downloading the code from
+https://github.com/martine/ninja[the github repo].
+
The included `bootstrap.sh` should hopefully produce a working `ninja`
binary, by first blindly compiling all non-test files together then
re-building Ninja using itself.