diff options
author | Bryan Honof <bryanhonof@gmail.com> | 2024-06-12 15:23:36 +0200 |
---|---|---|
committer | David Peter <sharkdp@users.noreply.github.com> | 2024-06-23 13:52:52 +0200 |
commit | b265b20721331d898548374099875a085f239eee (patch) | |
tree | 2f35505015d4fdbf6a2c65d071537d2ab33f7d93 | |
parent | a7a9727c11989df33cb864a209bfe3235c5d47d2 (diff) |
Add flox install
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -373,6 +373,14 @@ You can install `bat` using the [nix package manager](https://nixos.org/nix): nix-env -i bat ``` +### Via flox + +You can install `bat` using [Flox](https://flox.dev) + +```bash +flox install bat +``` + ### On openSUSE You can install `bat` with zypper: |