Merge pull request #262 from bqv/patch-1

Add nixos to readme
master
DeepBlueV7.X 4 years ago committed by GitHub
commit 706ba84d73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      README.md

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

Loading…
Cancel
Save