Skip to content

Commit

Permalink
doc: Update README about COPR package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Apr 4, 2020
1 parent a4b1cd8 commit 4ffd93a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4ffd93a

Please sign in to comment.