1
0
forked from clan/clan-core

Merge pull request 'docs: fix iso location' (#1174) from a-kenji-fix/docss into main

This commit is contained in:
clan-bot 2024-04-12 13:15:29 +00:00
commit cb20f62486

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:
```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`