1
0
mirror of https://github.com/danog/ytop.git synced 2024-11-26 12:04:50 +01:00

Update Fedora/CentOS installation instructions

This commit is contained in:
Artem Polishchuk 2020-05-11 23:45:04 +03:00
parent cf6a5012e5
commit dbffcca9f7

View File

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