Skip to content

Commit 3bba1dd

Browse files
authored
Updated / Improved description
1 parent 444b65c commit 3bba1dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hst_autocompile.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# For building from local source folder use "~localsrc" keyword as hesia branch name,
66
# and the script will not try to download the arhive from github, since '~' char is
77
# 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'
8+
# Compile but dont install -> ./hst_autocompile.sh --hestia --noinstall --keepbuild '~localsrc'
9+
# Compilea and install -> ./hst_autocompile.sh --hestia --install '~localsrc'
1010

1111
# Clear previous screen output
1212
clear

0 commit comments

Comments
 (0)