docs: add Exherbo Linux install instructions in README.md (#398)

This commit is contained in:
David Legrand
2024-04-07 11:56:57 +02:00
committed by GitHub
parent 9354683481
commit cc5685ba6c

View File

@@ -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`: