Обновить README.md

This commit is contained in:
2026-03-31 15:03:22 +03:00
parent 225c62bf31
commit 14998fd539

View File

@@ -17,6 +17,14 @@ cd amix
cargo run
```
### Writing to a USB
```
dd if=target/x86_64-blog_os/debug/bootimage-blog_os.bin of=/dev/sdX && sync
```
Where sdX is the device name of your USB stick.
### Testing
```