summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2014-12-06 23:52:15 +0100
committerYuval Adam <yuv.adm@gmail.com>2014-12-06 23:52:15 +0100
commitbc5f225b79e99d8c56743f9e2212e78ae7c86bff (patch)
tree3a27c9faa521dea4dae7e35e70b96d1a15c9993c
parentd54ba9e64fa9861aaec5935d9cf7df86afd5cca2 (diff)
Update iso name in README
-rw-r--r--README.md4
1 files 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