summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetteri Valkonen <pvalkone@users.noreply.github.com>2020-09-09 11:22:55 +0300
committerGitHub <noreply@github.com>2020-09-09 10:22:55 +0200
commit16d9758abfd3a8e48b1666496c9fc4ef2db00c3f (patch)
tree2af9f408ff65b6c0564fda3010a4a7789aedabfd
parentb730e36a90a045dd94931b7a5369bcca9adce2a4 (diff)
docs(readme): add FreeBSD installation instructions (#183)
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
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.