about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 56466b2..89e4ea7 100644
--- a/README.md
+++ b/README.md
@@ -31,10 +31,10 @@ and then see the usage output:
 
 Build an x86 live image with runit and keyboard set to 'fr':
 
-    # ./mklive.sh -b base-system-runit -k fr
+    # ./mklive.sh -k fr
 
 Build an x86 live image with systemd and some optional packages:
 
-    # ./mklive.sh -p 'vim rtorrent'
+    # ./mklive.sh -b base-system-systemd -p 'vim rtorrent'
 
 See the usage output for more information :-)