Skip to content

Commit

Permalink
Add Fedora/RHEL install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanspw authored Jul 28, 2022
1 parent edbafa9 commit 67339cf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))**
Expand Down

0 comments on commit 67339cf

Please sign in to comment.