From a734d51288542ed533f135cd3b5518c3b7ccca10 Mon Sep 17 00:00:00 2001 From: pkubaj Date: Tue, 23 Aug 2022 02:27:21 +0000 Subject: [PATCH] Add FreeBSD installation command --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6563be3..14a880d 100644 --- a/README.md +++ b/README.md @@ -283,6 +283,10 @@ Also needs a UTF8 locale and a font that covers: sudo dnf install epel-release sudo dnf install btop ``` +* **FreeBSD** + ```sh + pkg install btop + ``` **Binary release on Homebrew (macOS (x86_64 & ARM64) / Linux (x86_64))**