summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index 9faf477..41ecdda 100644
--- a/README
+++ b/README
@@ -12,7 +12,9 @@ end up with a 'ninja' binary in the source root.
Run './configure.py --help' for more configuration options.
Run './ninja -h' for Ninja help.
-There is no installation step. The only file of interest to a user
-is the resulting ninja binary.
+Installation is not necessary because the only required file is is the
+resulting ninja binary. However, to enable features like Bash
+completion and Emacs and Vim editing modes, some files in misc/ must be
+copied to appropriate locations.
If you're interested in making changes to Ninja, read HACKING.md first.