diff --git a/doc/installation.adoc b/doc/installation.adoc index 0a44d1a..fc1b4ce 100644 --- a/doc/installation.adoc +++ b/doc/installation.adoc @@ -19,6 +19,9 @@ nix shell github:EdenEast/tuxmux # Install into profile nix profile install github:EdenEast/tuxmux + +# Install from nixpkgs +nix-env -iA nixpkgs.tuxmux ---- == Source diff --git a/readme.adoc b/readme.adoc index c8a670c..ab22e8a 100644 --- a/readme.adoc +++ b/readme.adoc @@ -43,6 +43,9 @@ nix shell github:EdenEast/tuxmux # Install into profile nix profile install github:EdenEast/tuxmux + +# Install from nixpkgs +nix-env -iA nixpkgs.tuxmux ---- == Source