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