Merge pull request #9396 from bryanhonof/trunk

Add Flox as an installation option
This commit is contained in:
William Martin 2024-08-19 13:59:35 +02:00 committed by GitHub
commit 4283adbc40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 22 additions and 0 deletions

View file

@ -60,6 +60,14 @@ Additional Conda installation options available on the [gh-feedstock page](https
For more information about the Webi installer see [its homepage](https://webinstall.dev/).
#### Flox
| Install: | Upgrade: |
| ----------------- | ----------------------- |
| `flox install gh` | `flox upgrade toplevel` |
For more information about Flox, see [its homepage](https://flox.dev)
### Linux & BSD
`gh` is available via:

View file

@ -204,6 +204,20 @@ Nix/NixOS users can install from [nixpkgs](https://search.nixos.org/packages?que
nix-env -iA nixos.gh
```
### Flox
Flox users can install from the [official community nixpkgs](https://github.com/flox/nixpkgs).
```bash
# To install
flox install gh
# To upgrade
flox upgrade toplevel
```
For more information about Flox, see [its homepage](https://flox.dev).
### openSUSE Tumbleweed
openSUSE Tumbleweed users can install from the [official distribution repo](https://software.opensuse.org/package/gh):