Skip to content

Commit

Permalink
docs(readme): add FreeBSD installation instructions (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvalkone authored Sep 9, 2020
1 parent b730e36 commit 16d9758
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 16d9758

Please sign in to comment.