1
0
mirror of https://github.com/orhun/kmon synced 2024-07-08 20:06:03 +00:00

doc: Update README about COPR package installation

This commit is contained in:
orhun 2020-04-05 00:43:38 +03:00
parent a4b1cd8213
commit 4ffd93a055
No known key found for this signature in database
GPG Key ID: B928720AEC532117

View File

@ -66,6 +66,7 @@ kmon is written in [Rust](https://www.rust-lang.org/) and uses [tui-rs](https://
- [Installation](#installation)
- [Cargo](#cargo)
- [AUR](#aur)
- [COPR](#copr)
- [Manual](#manual)
- [Note](#note)
- [Usage](#usage)
@ -136,13 +137,13 @@ cargo install kmon --force
trizen kmon
```
### Fedora/CentOS
### COPR
**kmon** can be installed from available [COPR](https://copr.fedorainfracloud.org/coprs/atim/kmon/):
**kmon** can be installed from the available [COPR](https://copr.fedorainfracloud.org/coprs/atim/kmon/) package which is maintained by [atim](https://copr.fedorainfracloud.org/coprs/atim/).
```
# dnf copr enable atim/kmon
# dnf install kmon
dnf copr enable atim/kmon
dnf install kmon
```
### Manual