From 66e5f569982fc8d5cdf383dcc6906a4209681ffb Mon Sep 17 00:00:00 2001 From: Eric Heikes Date: Thu, 9 May 2024 16:41:15 -0700 Subject: [PATCH] docs(readme): Add links to the Ninja releases --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d0eeb8..95027f7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ $ npm install ninja-binaries -g ## Development -To update the Ninja binaries in the project, run `./get-binaries.sh VERSION` where `VERSION` is the version of Ninja you want: +You can check the [Github repo](https://github.com/ninja-build/ninja/releases) or follow the [Atom feed](https://github.com/ninja-build/ninja/releases.atom) of the Ninja project for new releases. + +To update the Ninja binaries in this project, run `./get-binaries.sh VERSION` where `VERSION` is the version of Ninja you want: ``` $ ./get-binaries.sh v1.7.2