From afc4a9d657790265dc8b005366d6ba7ca9cc2f95 Mon Sep 17 00:00:00 2001 From: ahsmha Date: Thu, 14 Apr 2022 23:14:42 +0530 Subject: README: Add macOS build dependency install command --- README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README b/README index 8ef5893c..55372b43 100644 --- a/README +++ b/README @@ -67,6 +67,11 @@ sudo dnf install ncurses-devel automake autoconf gcc sudo pacman -S ncurses automake autoconf gcc ~~~ +**macOS** +~~~ shell +brew install ncurses automake autoconf gcc +~~~ + ### Compile from source: To compile from source, download from the Git repository (`git clone` or downloads from [GitHub releases](https://github.com/htop-dev/htop/releases/)), then run: ~~~ shell -- cgit v1.2.3