X Tutup
Skip to content

Commit 388075d

Browse files
committed
docs: add funtoo linux install instructions
1 parent 09b0981 commit 388075d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/install_linux.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,21 @@ Or via [pkg(8)](https://www.freebsd.org/cgi/man.cgi?pkg(8)):
117117
pkg install gh
118118
```
119119

120+
### Funtoo
121+
122+
Funtoo Linux has an autogenerated github-cli package, located in [dev-kit](https://github.com/funtoo/dev-kit/tree/1.4-release/dev-util/github-cli), which can be installed in the following way:
123+
124+
``` bash
125+
emerge -av github-cli
126+
```
127+
128+
Upgrading can be done by syncing the repos and then requesting an upgrade:
129+
130+
``` bash
131+
ego sync
132+
emerge -u github-cli
133+
```
134+
120135
### Gentoo
121136

122137
Gentoo Linux users can install from the [main portage tree](https://packages.gentoo.org/packages/dev-util/github-cli):

0 commit comments

Comments
 (0)
X Tutup