summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 59af73c..5913313 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ First mount your USB drive partition. I recommend using udevil so that you can w
Then run buildlive script as follows, suppose your USB is /dev/sdb and /dev/sdb1 is mount to /media/sdb1:
-```
+```bash
# install Arch, Mint (x86_64 with MATE Desktop) and Fedora 28 to USB
./buildlive --root=/media/sdb1 --dev=/dev/sdb arch mint/64/mate fedora/28
```