From 8bdb94966ee739120a0fd08bd9dc316421d73bd8 Mon Sep 17 00:00:00 2001 From: AlanMarshall Date: Mon, 30 Sep 2024 16:22:43 +0100 Subject: [PATCH] Remove trailing space --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ```