Skip to content
Snippets Groups Projects
Unverified Commit 706ba84d authored by Nicolas Werner's avatar Nicolas Werner Committed by GitHub
Browse files

Merge pull request #262 from bqv/patch-1

Add nixos to readme
parents b5d406ad d61d108a
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment