docs: fix iso location

This commit is contained in:
a-kenji
2024-04-12 15:06:01 +02:00
parent 6ddd70e2be
commit 75fc8fd35a

View File

@@ -45,7 +45,7 @@ nix build git+https://git.clan.lol/clan/clan-core.git#install-iso
Use the `dd` utility to write the NixOS installer image to your USB drive: Use the `dd` utility to write the NixOS installer image to your USB drive:
```bash ```bash
sudo dd bs=4M conv=fsync oflag=direct status=progress if=./result/stick.raw of=/dev/sd<X> sudo dd bs=4M conv=fsync oflag=direct status=progress if=./result of=/dev/sd<X>
``` ```
In case your USB device is `sdb` use `of=/dev/sdb` In case your USB device is `sdb` use `of=/dev/sdb`