Update readme for test commit

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2025-07-30 22:59:59 +02:00
parent d90f61ef4d
commit 4d01028c3a

View File

@@ -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. To install it to an USB-drive you can use the following command if you are on a linux system.
```bash ```bash
sudo dd if=<path-to-project>/target/<config>/FerrOS of=/dev/sdX bs=1M status=progress sudo dd if=<path-to-project>/target/<config>/FerrOS-<hash>/out/<uefi|bios>.efi of=/dev/sdX bs=1M status=progress
``` ```