diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md index 7fb5b2f..8f24f0c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Failure to do so will result in a locked system. ## Installation + 1. Creating the installation media ```sh # Acquire latest nixos-unstable build @@ -19,6 +20,7 @@ Failure to do so will result in a locked system. # Write the image to flash drive cp nixos.iso /dev/sdX ``` + 2. Boot into the live installation. 3. Switch to root: `sudo su -` |