From bc5f225b79e99d8c56743f9e2212e78ae7c86bff Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sat, 6 Dec 2014 23:52:15 +0100 Subject: Update iso name in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fc3a6b..2ad1a29 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ $ cd liveusb $ ./build.sh -v ``` -You should now see `out/amenthes-YYYY.MM.DD-x86_64.iso`, which can be directly copied to a USB drive: +You should now see `out/amenthes-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 +$ dd bs=4M if=out/amenthes-x86_64.iso of=/dev/sdX && sync ``` ## Design -- cgit v1.3.1