Add FreeBSD installation instructions

A port was recently added:
https://www.freshports.org/sysutils/gotop/
This commit is contained in:
Mateusz Piotrowski 2018-12-14 11:35:28 +01:00 committed by GitHub
parent d809390c82
commit db60645f1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ Another terminal based graphical activity monitor, inspired by [gtop](https://gi
## Installation
Working and tested on Linux and OSX. Windows support is planned.
Working and tested on Linux, FreeBSD and OSX. Windows support is planned.
### Using Git
@ -29,6 +29,12 @@ Then move `gotop` into your \$PATH somewhere.
Install `gotop-bin`, `gotop`, or `gotop-git` from the AUR.
### FreeBSD
```
pkg install gotop
```
### Homebrew
```