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

doc: Add section about installation from nixpkgs

This commit is contained in:
misuzu 2020-04-08 19:10:15 +03:00 committed by Bohdan Kanskyi
parent 4f5a8e40cc
commit b8d16e75e9

View File

@ -67,6 +67,7 @@ kmon is written in [Rust](https://www.rust-lang.org/) and uses [tui-rs](https://
- [Cargo](#cargo)
- [AUR](#aur)
- [Copr](#copr)
- [Nixpkgs](#nixpkgs)
- [Manual](#manual)
- [Note](#note)
- [Usage](#usage)
@ -146,6 +147,24 @@ dnf copr enable atim/kmon
dnf install kmon
```
### Nixpkgs
**kmon** can be installed using [Nix package manager](https://nixos.org/nix/) from `nixpkgs-unstable` channel.
```
nix-channel --add https://nixos.org/channels/nixpkgs-unstable
nix-channel --update nixpkgs
nix-env -iA nixpkgs.kmon
```
On [NixOS](https://nixos.org/nixos/):
```
nix-channel --add https://nixos.org/channels/nixos-unstable
nix-channel --update nixos
nix-env -iA nixos.kmon
```
### Manual
1. Download the latest binary from [releases](https://github.com/orhun/kmon/releases).