summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Larsen <Froziph@gmail.com>2016-08-13 08:09:37 +0200
committerGitHub <noreply@github.com>2016-08-13 08:09:37 +0200
commit97c06c626ae638c4f587c5a78418b40ac8034f79 (patch)
tree2d8a18ffd2d53c79d3d321d6f4603390ae7c6664
parent9ec5da20a229bc875ecccb7f5e5841a2e8861991 (diff)
downloadliveusb-builder-97c06c626ae638c4f587c5a78418b40ac8034f79.tar.xz
wrong example mint/mate/64 -> mint/64/mate
The provided example did not work, as the folder structure is mint/64/DE not mint/DE/64 Fixed this in the readme example.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 681265d..ce7b05a 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Then run buildlive script as follows, suppose your USB is /dev/sdb and /dev/sdb1
```
# install Arch, Mint (x86_64 with MATE Desktop) and Fedora to USB
-./buildlive --root=/media/sdb1 --dev=/dev/sdb arch mint/mate/64 fedora
+./buildlive --root=/media/sdb1 --dev=/dev/sdb arch mint/64/mate fedora
```
## status