diff options
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md index 8f24f0c..055799f 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,14 @@ Failure to do so will result in a locked system. ## Installation 1. Creating the installation media - ```sh + +```sh # Acquire latest nixos-unstable build wget -O nixos.iso https://channels.nixos.org/nixos-unstable/latest-nixos-minimal-x86_64-linux.iso # Write the image to flash drive cp nixos.iso /dev/sdX - ``` +``` 2. Boot into the live installation. |