summary refs log tree commit diff
diff options
context:
space:
mode:
authorTony O <822863+bqv@users.noreply.github.com>2020-08-22 04:55:00 +0100
committerGitHub <noreply@github.com>2020-08-22 04:55:00 +0100
commitd61d108a4f2cdd296ed86d344572c7074f1921c2 (patch)
tree73b9b6fd880f15a525f5eac0875d44822ffa9e9d
parentMerge pull request #259 from trilene/voip (diff)
downloadnheko-d61d108a4f2cdd296ed86d344572c7074f1921c2.tar.xz
Update README.md
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md

index 20340a46..fb0167c8 100644 --- a/README.md +++ b/README.md
@@ -75,6 +75,14 @@ sudo eselect repository enable matrix sudo emerge -a nheko ``` +#### Nix(os) + +```bash +nix-env -iA nixpkgs.nheko +# or +nix-shell -p nheko --run nheko +``` + #### Alpine Linux (and postmarketOS) Make sure you have the testing repositories from `edge` enabled. Note that this is not needed on postmarketOS.