Browse Source

Add command-line script generator to README.md

Much thanks to @gabizz for making this utility available to all users of Hestia Control Panel.
Kristan Kenney 6 years ago
parent
commit
514d3b4716
1 changed files with 3 additions and 1 deletions
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -54,10 +54,12 @@ To perform an unattended installation using the default options:
 ```bash
 bash hst-install.sh -f -y no -e <email> -p <password> -s <hostname>
 ```
-For additional installation options:
+## Custom installation:
+You may specify a number of various flags during installation to only install the features in which you need. To view a list of available options, run:
 ```bash
 bash hst-install.sh -h
 ```
+Alternatively, @gabizz has made available a command-line script generator at https://gabizz.github.io/hestiacp-scriptline-generator/ which allows you to easily generate the installation command via GUI.
 
 Installing development builds
 =============================