Updated Building and Testing (markdown)

Anton Hvornum 2021-03-21 10:57:49 +01:00
parent bf30f6642c
commit e972aaac93
1 changed files with 2 additions and 2 deletions

@ -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