We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b0981 commit d479449Copy full SHA for d479449
docs/install_linux.md
@@ -103,6 +103,13 @@ Android 7+ users can install via [Termux](https://wiki.termux.com/wiki/Main_Page
103
pkg install gh
104
```
105
106
+### Homebrew(Linuxbrew)
107
+
108
+Linuxbrew user can install it as a [brew package](https://formulae.brew.sh/formula/gh#default):
109
+```bash
110
+brew install gh
111
+```
112
113
### FreeBSD
114
115
FreeBSD users can install from the [ports collection](https://www.freshports.org/devel/gh/):
0 commit comments