From a7d04fc2ec066265c0571fda56ecce5eac1df060 Mon Sep 17 00:00:00 2001 From: Bryan Honof Date: Wed, 31 Jul 2024 00:13:08 +0200 Subject: [PATCH 1/2] Add Flox as an installation option --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4532a353d..1ddeb1dfe 100644 --- a/README.md +++ b/README.md @@ -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: From d40175fbe5a2ad8652af19bc56b347adb932b3a2 Mon Sep 17 00:00:00 2001 From: William Martin Date: Mon, 19 Aug 2024 13:48:45 +0200 Subject: [PATCH 2/2] Add flox to linux installation instructions --- docs/install_linux.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/install_linux.md b/docs/install_linux.md index 3b82a5593..15619fe96 100644 --- a/docs/install_linux.md +++ b/docs/install_linux.md @@ -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):