Merge pull request #87 from 0mp/patch-1

Add FreeBSD installation instructions
This commit is contained in:
Caleb Bassi 2018-12-16 23:54:37 -08:00 committed by GitHub
commit 2e6615bc7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

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
```