Преглед изворни кода

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 година
родитељ
комит
514d3b4716
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -54,10 +54,12 @@ To perform an unattended installation using the default options:
 ```bash
 ```bash
 bash hst-install.sh -f -y no -e <email> -p <password> -s <hostname>
 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
 bash hst-install.sh -h
 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
 Installing development builds
 =============================
 =============================