Merge pull request #410 from pkubaj/patch-1

Add FreeBSD installation command
This commit is contained in:
Jakob P. Liljenberg 2022-08-23 07:27:54 +02:00 committed by GitHub
commit 4922841c62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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))**