diff --git a/README.md b/README.md index f50127c..732e7d1 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,15 @@ Currently works on Linux and macOS with support planned for all major platforms. [![Packaging status](https://repology.org/badge/vertical-allrepos/ytop.svg)](https://repology.org/project/ytop/versions) +#### Fedora/CentOS + +Updates in official Fedora/EPEL repositories may lag at this moment. As an alternative you can install from [COPR](https://copr.fedorainfracloud.org/coprs/atim/ytop/): + +```bash +sudo dnf copr enable atim/ytop -y +sudo dnf install ytop +``` + ### Homebrew ```bash @@ -37,14 +46,6 @@ brew install ytop Prebuilt binaries are provided in the [releases](https://github.com/cjbassi/ytop/releases) tab. -### Fedora - -Available in main repo and more up to date version in [Copr](https://copr.fedorainfracloud.org/coprs/atim/ytop/). - -```bash -sudo dnf install ytop -``` - ### From source ```bash