From 16d9758abfd3a8e48b1666496c9fc4ef2db00c3f Mon Sep 17 00:00:00 2001 From: Petteri Valkonen Date: Wed, 9 Sep 2020 11:22:55 +0300 Subject: docs(readme): add FreeBSD installation instructions (#183) --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 5e3106e..9c7d7fd 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,18 @@ sudo dnf copr enable atim/bandwhich -y && sudo dnf install bandwhich brew install bandwhich ``` +#### FreeBSD + +``` +pkg install bandwhich +``` + +or + +``` +cd /usr/ports/net-mgmt/bandwhich && make install clean +``` + #### Download a prebuilt binary If you're on linux, you could also get the generic binary from the releases. -- cgit v1.2.3