From eae76a97e9e0272895ff1d44d5f2e1f078d30a96 Mon Sep 17 00:00:00 2001 From: Bryan Honof Date: Wed, 12 Jun 2024 14:24:32 +0200 Subject: [PATCH] docs: Add flox install --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 3935f70ee..a600e500c 100644 --- a/README.md +++ b/README.md @@ -371,6 +371,16 @@ nix run nixpkgs#lazygit Or you can add lazygit to you configuration.nix in the environment.systemPackages section. More details can be found via NixOs search [page](https://search.nixos.org/). +### Flox + +Lazygit can be installed into a Flox environment as follows. + +```sh +flox install lazygit +``` + +More details about Flox can be found on [their website](https://flox.dev/). + ### FreeBSD ```sh