diff --git a/README.md b/README.md index 10bfe81..a385861 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ -under heavy development \ No newline at end of file +> under heavy development + +## Install in place + +``` +sudo nixos-rebuild switch --flake "git+https://codeberg.org/randogoth/nanuqsaurus.git#nanuqsaurus" +``` + +## Install to a mounted target root (/mnt) + +``` +sudo nixos-install --root /mnt --flake "git+https://codeberg.org/randogoth/nanuqsaurus.git#nanuqsaurus" +``` \ No newline at end of file