diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-12-06 23:52:15 +0100 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-12-06 23:52:15 +0100 |
| commit | bc5f225b79e99d8c56743f9e2212e78ae7c86bff (patch) | |
| tree | 3a27c9faa521dea4dae7e35e70b96d1a15c9993c | |
| parent | d54ba9e64fa9861aaec5935d9cf7df86afd5cca2 (diff) | |
Update iso name in README
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
