From 4d01028c3af5be626521262c6d5cf8bf3cd4fdc6 Mon Sep 17 00:00:00 2001 From: Noah Knegt Date: Wed, 30 Jul 2025 22:59:59 +0200 Subject: [PATCH] Update readme for test commit Signed-off-by: Noah Knegt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83e5ba0..38dd5a5 100644 --- a/README.md +++ b/README.md @@ -22,5 +22,5 @@ For debian users you can install the [`qemu-system-x86`](https://packages.debian To install it to an USB-drive you can use the following command if you are on a linux system. ```bash -sudo dd if=/target//FerrOS of=/dev/sdX bs=1M status=progress +sudo dd if=/target//FerrOS-/out/.efi of=/dev/sdX bs=1M status=progress ```