summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index d41a64d..838850a 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,11 @@ $ cd liveusb
$ ./build.sh -v
```
-You should now see `out/amenthes-YYYY.MM.DD-x86_64.iso`.
+You should now see `out/amenthes-YYYY.MM.DD-x86_64.iso`, which can be directly copied to a USB drive:
+
+```bash
+$ dd bs=4M if=out/amenthes-YYYY.MM.DD-x86_64.iso of=/dev/sdX && sync
+```
## Design