aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 175e7f6..073dfa4 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,12 @@ pip will download the package automatically). The exact command to
type to install with Pip can vary between systems, be sure to use the
Python 3 version of Pip.
+For builds using Ninja, Ninja can be [downloaded directly](https://github.com/ninja-build/ninja/releases) or via
+
+```sh
+python3 -m pip install ninja
+```
+
#### Running
Meson requires that you have a source directory and a build directory