From db60645f1a77d2fe5fada9f224963113202a9c02 Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Fri, 14 Dec 2018 11:35:28 +0100 Subject: [PATCH] Add FreeBSD installation instructions A port was recently added: https://www.freshports.org/sysutils/gotop/ --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 ```