summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorМотков Кирилл <Motkov.Kirill@gmail.com>2019-01-22 20:02:34 +0300
committerIru Cai (vimacs) <mytbk920423@gmail.com>2019-01-23 09:45:34 +0800
commit9fcd569914d36764fed044e9f06a4e53af8c7904 (patch)
tree41136904180d30df48cb88f834dd04382df19a82
parent402d01dbdd94662ba25ef56bb461e955df6b440b (diff)
downloadliveusb-builder-9fcd569914d36764fed044e9f06a4e53af8c7904.tar.xz
readme: add missing "bash" marker
-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
```