From 7bee0016e477116768b1c51955ae76db94ceb969 Mon Sep 17 00:00:00 2001 From: Dzmitry Neviadomski Date: Thu, 2 Dec 2021 01:29:58 +0300 Subject: [PATCH] [macOS] Add Homebrew installation instructions. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c0f8ec8..dcff5e6 100644 --- a/README.md +++ b/README.md @@ -275,6 +275,13 @@ Also needs a UTF8 locale and a font that covers: sudo zypper in btop ``` +**Binary release on macOS** + +* **[Homebrew](https://formulae.brew.sh/formula/btop)** + ```bash + brew install btop + ``` + ## Compilation Linux Needs GCC 10 or higher, (GCC 11 or above strongly recommended for better CPU efficiency in the compiled binary).