mirror of
https://github.com/imsnif/bandwhich.git
synced 2026-02-09 01:59:18 +08:00
docs: add Exherbo Linux install instructions in README.md (#398)
This commit is contained in:
10
README.md
10
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`:
|
||||
|
||||
Reference in New Issue
Block a user