Skip to content

Commit da4b696

Browse files
committed
docs: add Homebrew installation instructions
1 parent 34efb72 commit da4b696

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ gitnr search
2727
- [Cargo Binstall](#cargo-binstall)
2828
- [Binary Download](#binary-download)
2929
- [NetBSD](#NetBSD)
30+
- [Homebrew](#homebrew)
3031
- [From Source](#from-source)
3132
- [Usage](#usage)
3233
- [Create](#create)
@@ -92,6 +93,13 @@ On NetBSD a pre-compiled binary is available from the official repositories. To
9293
pkgin install gitnr
9394
```
9495

96+
### Homebrew
97+
98+
You can also install the latest version using Homebrew:
99+
```sh
100+
brew install gitnr
101+
```
102+
95103
### From Source
96104

97105
```sh

0 commit comments

Comments
 (0)