Updated Building and Testing (markdown)
parent
bf30f6642c
commit
e972aaac93
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue