diff options
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |
