X Tutup
Skip to content

Commit 3c3ce90

Browse files
zpuskasmislav
andauthored
Add Gentoo instructions to install the package (cli#2389)
Co-authored-by: Mislav Marohnić <mislav@github.com>
1 parent 9edcd68 commit 3c3ce90

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
@@ -101,6 +101,21 @@ Android users can install via Termux:
101101
pkg install gh
102102
```
103103

104+
### Gentoo
105+
106+
Gentoo Linux users can install from the [main portage tree](https://packages.gentoo.org/packages/dev-util/github-cli):
107+
108+
``` bash
109+
emerge -av github-cli
110+
```
111+
112+
Upgrading can be done by updating the portage tree and then requesting an upgrade:
113+
114+
``` bash
115+
emerge --sync
116+
emerge -u github-cli
117+
```
118+
104119
### Kiss Linux
105120

106121
Kiss Linux users can install from the [community repos](https://github.com/kisslinux/community):

0 commit comments

Comments
 (0)
X Tutup