summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2018-12-14 11:35:28 +0100
committerGitHub <noreply@github.com>2018-12-14 11:35:28 +0100
commitdb60645f1a77d2fe5fada9f224963113202a9c02 (patch)
tree89ac15a6a775af430e20b394d07eb3a7ec8e16c8 /README.md
parentd809390c8273ca99c816b2003fc1916337665a9c (diff)
Add FreeBSD installation instructions
A port was recently added: https://www.freshports.org/sysutils/gotop/
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 74c200b..72f1b1e 100644
--- a/README.md
+++ b/README.md
@@ -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
```