Merge pull request #398 from jonathanspw/rpm-install-instructions

Add Fedora/RHEL install docs
This commit is contained in:
Jakob P. Liljenberg 2022-08-22 16:03:55 +02:00 committed by GitHub
commit 250d3edc40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -274,6 +274,15 @@ Also needs a UTF8 locale and a font that covers:
sudo zypper in btop
```
* For all other versions, see [openSUSE Software: btop](https://software.opensuse.org/package/btop)
* **Fedora**
```bash
sudo dnf install btop
```
* **RHEL/AlmaLinux 8+**
```bash
sudo dnf install epel-release
sudo dnf install btop
```
**Binary release on Homebrew (macOS (x86_64 & ARM64) / Linux (x86_64))**