Merge pull request #178 from nevack/nevack/macos-homebrew

[macOS] Add Homebrew installation instructions.
This commit is contained in:
aristocratos 2021-12-02 13:01:05 +01:00 committed by GitHub
commit 7d20ab3c36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

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 Homebrew (macOS (x86_64 & ARM64) / Linux (x86_64))**
* **[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).