We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 444b65c commit 3bba1ddCopy full SHA for 3bba1dd
src/hst_autocompile.sh
@@ -5,8 +5,8 @@
5
# For building from local source folder use "~localsrc" keyword as hesia branch name,
6
# and the script will not try to download the arhive from github, since '~' char is
7
# not accepted in branch name.
8
-# Compile but dont install -> ./hst_autocompile.sh --hestia '~localsrc' 'n'
9
-# 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'
10
11
# Clear previous screen output
12
clear
0 commit comments