From 67339cf9549ecb20e6c8b3eabaa660dc5600460d Mon Sep 17 00:00:00 2001 From: Jonathan Wright Date: Thu, 28 Jul 2022 09:26:03 -0500 Subject: [PATCH] Add Fedora/RHEL install docs --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 3520962..6563be3 100644 --- a/README.md +++ b/README.md @@ -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))**