Skip to content

Commit

Permalink
docs(readme): Add links to the Ninja releases
Browse files Browse the repository at this point in the history
  • Loading branch information
eheikes authored May 9, 2024
1 parent 974c08c commit 66e5f56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66e5f56

Please sign in to comment.