Browse Source

Updated / Improved description

Jaap Marcus 5 years ago
parent
commit
3bba1ddae4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/hst_autocompile.sh

+ 2 - 2
src/hst_autocompile.sh

@@ -5,8 +5,8 @@
 # For building from local source folder use "~localsrc" keyword as hesia branch name,
 # 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 
 #   and the script will not try to download the arhive from github, since '~' char is 
 #   not accepted in branch name.
 #   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 previous screen output
 clear
 clear