[macOS] Add Homebrew installation instructions.

This commit is contained in:
Dzmitry Neviadomski 2021-12-02 01:29:58 +03:00
parent 02db6a28b4
commit 7bee0016e4

View file

@ -275,6 +275,13 @@ Also needs a UTF8 locale and a font that covers:
sudo zypper in btop sudo zypper in btop
``` ```
**Binary release on macOS**
* **[Homebrew](https://formulae.brew.sh/formula/btop)**
```bash
brew install btop
```
## Compilation Linux ## Compilation Linux
Needs GCC 10 or higher, (GCC 11 or above strongly recommended for better CPU efficiency in the compiled binary). Needs GCC 10 or higher, (GCC 11 or above strongly recommended for better CPU efficiency in the compiled binary).