diff --git a/README.md b/README.md index 8b57619..dd7d68c 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ this on the host instead. % kiwi-ng --debug --type="iso" \ --profile="XFCE-Live" \ --color-output system \ - build \ + build \ --description="./" \ --target-dir /builddir/lmc ``` @@ -82,7 +82,7 @@ If you wish to use EPEL instead... % kiwi-ng --debug --type="iso" \ --profile="XFCE-Live" \ --color-output system \ - build \ + build \ --description="./" \ --target-dir /builddir/lmc ``` @@ -110,7 +110,7 @@ The below makes an XFCE live image using SIG/Core packages. % kiwi-ng --debug --type="iso" \ --profile="XFCE-Live" \ --color-output system \ - build \ + build \ --description="./" \ --target-dir /builddir/lmc ``` @@ -134,7 +134,7 @@ The below uses EPEL instead if you do not wish to use SIG/Core. % kiwi-ng --debug --type="iso" \ --profile="XFCE-Live" \ --color-output system \ - build \ + build \ --description="./" \ --target-dir /builddir/lmc ```