Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request cli#3438 from invakid404/trunk
Browse files Browse the repository at this point in the history
Add Funtoo Linux install instructions
  • Loading branch information
Nate Smith authored Apr 20, 2021
2 parents 67d179e + 388075d commit f65af14
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/install_linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,21 @@ Or via [pkg(8)](https://www.freebsd.org/cgi/man.cgi?pkg(8)):
pkg install gh
```

### Funtoo

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:

``` bash
emerge -av github-cli
```

Upgrading can be done by syncing the repos and then requesting an upgrade:

``` bash
ego sync
emerge -u github-cli
```

### Gentoo

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

0 comments on commit f65af14

Please sign in to comment.