Merge pull request #9396 from bryanhonof/trunk
Add Flox as an installation option
This commit is contained in:
commit
4283adbc40
2 changed files with 22 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue