From f29df0a4523e8da81bb489d45a87eb95de6257a5 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Fri, 12 Apr 2024 15:06:01 +0200 Subject: [PATCH] docs: fix iso location --- docs/admins/03-Installer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admins/03-Installer.md b/docs/admins/03-Installer.md index 9e6575633..2da7159aa 100644 --- a/docs/admins/03-Installer.md +++ b/docs/admins/03-Installer.md @@ -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 +sudo dd bs=4M conv=fsync oflag=direct status=progress if=./result of=/dev/sd ``` In case your USB device is `sdb` use `of=/dev/sdb`