Skip to content

Commit 69241a0

Browse files
authored
Merge pull request hestiacp#1527 from hestiacp/fix/2021-01_update_description
Updated / Improved description
2 parents 444b65c + 3bba1dd commit 69241a0

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)