-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from tim77/tim77-patch-1
Add Fedora/CentOS installation instructions
- Loading branch information
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -136,6 +136,15 @@ cargo install kmon --force | |
trizen kmon | ||
``` | ||
|
||
### Fedora/CentOS | ||
|
||
**kmon** can be installed from available [COPR](https://copr.fedorainfracloud.org/coprs/atim/kmon/): | ||
|
||
``` | ||
# dnf copr enable atim/kmon | ||
# dnf install kmon | ||
``` | ||
|
||
### Manual | ||
|
||
1. Download the latest binary from [releases](https://github.com/orhun/kmon/releases). | ||
|
@@ -488,4 +497,4 @@ GNU General Public License ([3.0](https://www.gnu.org/licenses/gpl.txt)) | |
|
||
## Copyright | ||
|
||
Copyright (c) 2020, [orhun](mailto:[email protected]) | ||
Copyright (c) 2020, [orhun](mailto:[email protected]) |