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.