|
|
@@ -5,8 +5,8 @@
|
|
|
# For building from local source folder use "~localsrc" keyword as hesia branch name,
|
|
|
# and the script will not try to download the arhive from github, since '~' char is
|
|
|
# not accepted in branch name.
|
|
|
-# Compile but dont install -> ./hst_autocompile.sh --hestia '~localsrc' 'n'
|
|
|
-# Compile but install -> ./hst_autocompile.sh --hestia '~localsrc' 'y'
|
|
|
+# Compile but dont install -> ./hst_autocompile.sh --hestia --noinstall --keepbuild '~localsrc'
|
|
|
+# Compilea and install -> ./hst_autocompile.sh --hestia --install '~localsrc'
|
|
|
|
|
|
# Clear previous screen output
|
|
|
clear
|