From cc5685ba6caa0afb2e8694c02f04a4e877e1d9d9 Mon Sep 17 00:00:00 2001 From: David Legrand <1110600+davlgd@users.noreply.github.com> Date: Sun, 7 Apr 2024 11:56:57 +0200 Subject: docs: add Exherbo Linux install instructions in README.md (#398) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 73e0fbe..c488982 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ This is a CLI utility for displaying current network utilization by process, con - [Downstream packaging status](#downstream-packaging-status) - [Download a prebuilt binary](#download-a-prebuilt-binary) - [Arch Linux](#arch-linux) + - [Exherbo Linux](#exherbo-linux) - [Nix/NixOS](#nixnixos) - [Void Linux](#void-linux) - [Fedora](#fedora) @@ -64,6 +65,15 @@ If you're on `android` or `linux`, you can download the generic binary from the pacman -S bandwhich ``` +### Exherbo Linux + +`bandwhich` is available in [rust repository](https://gitlab.exherbo.org/exherbo/rust/-/tree/master/packages/sys-apps/bandwhich), and can be installed via `cave`: + +``` +cave resolve -x repository/rust +cave resolve -x bandwhich +``` + ### Nix/NixOS `bandwhich` is available in [`nixpkgs`](https://github.com/nixos/nixpkgs/blob/master/pkgs/tools/networking/bandwhich/default.nix), and can be installed, for example, with `nix-env`: -- cgit v1.2.3