diff --git a/README.md b/README.md index 56b2688..f95b69c 100644 --- a/README.md +++ b/README.md @@ -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 ```