summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorOleksii Filonenko <brightone@protonmail.com>2020-01-02 10:17:22 +0200
committerAram Drevekenin <aram@poor.dev>2020-01-02 09:17:22 +0100
commitb08d677dd520d9f77fedef9682fc21bbb2e1d2bb (patch)
tree4e7aa40506acb107428489cdbe7764a997737f4b /README.md
parent0975a0bf6f0271cffb5a1fafdbff595990534f24 (diff)
chore(packaging): add installation notes for Nix/NixOS (#32)
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2d95b6d..ce8151c 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,14 @@ This is a CLI utility for displaying current network utilization by process, con
yay -S 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`:
+
+```
+nix-env -iA nixpkgs.bandwhich
+```
+
#### MacOS and other Linux flavours
```