summary refs log tree commit diff
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2020-08-22 06:16:27 +0000
committerGitHub <noreply@github.com>2020-08-22 06:16:27 +0000
commit706ba84d7345a5a8a4446ee32da85416183e96b3 (patch)
tree73b9b6fd880f15a525f5eac0875d44822ffa9e9d
parentMerge pull request #259 from trilene/voip (diff)
parentUpdate README.md (diff)
downloadnheko-706ba84d7345a5a8a4446ee32da85416183e96b3.tar.xz
Merge pull request #262 from bqv/patch-1
Add nixos to readme
-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.