From e972aaac938539a2505e5aaf5d8cd29ceb7e10d1 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 21 Mar 2021 10:57:49 +0100 Subject: [PATCH] Updated Building and Testing (markdown) --- Building-and-Testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Building-and-Testing.md b/Building-and-Testing.md index e4e8410..855c742 100644 --- a/Building-and-Testing.md +++ b/Building-and-Testing.md @@ -65,9 +65,9 @@ if [ -z "$1" ] then echo "Need to define a output folder for the archiso:" echo "Example (build and run):" - echo " ./test.sh ./archiso" - echo "Example (skip building and run existing ISO):" echo " ./test.sh ./archiso true" + echo "Example (skip building and run ISO as given path):" + echo " ./test.sh ./archiso" exit 1 fi