aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-02-04 02:05:17 +0900
committersefidel <contact@sefidel.net>2023-02-04 02:05:17 +0900
commit418166a85acdc073f3a3ed43f57c4124c2ee9738 (patch)
tree18c96cb581f14a54db0c21b829981be3de2244e4
parent086cd361a36e5cf369076b3c44270c793f06eb61 (diff)
downloadnixrc-418166a85acdc073f3a3ed43f57c4124c2ee9738.zip
fix(README): fix md spacing
-rw-r--r--README.md2
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 -`