We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34efb72 commit da4b696Copy full SHA for da4b696
1 file changed
readme.md
@@ -27,6 +27,7 @@ gitnr search
27
- [Cargo Binstall](#cargo-binstall)
28
- [Binary Download](#binary-download)
29
- [NetBSD](#NetBSD)
30
+ - [Homebrew](#homebrew)
31
- [From Source](#from-source)
32
- [Usage](#usage)
33
- [Create](#create)
@@ -92,6 +93,13 @@ On NetBSD a pre-compiled binary is available from the official repositories. To
92
93
pkgin install gitnr
94
```
95
96
+### Homebrew
97
+
98
+You can also install the latest version using Homebrew:
99
+```sh
100
+brew install gitnr
101
+```
102
103
### From Source
104
105
```sh
0 commit comments