Przeglądaj źródła

Less installation steps.

I prefer installing like this, so I assume other will.
System Void 10 lat temu
rodzic
commit
0a32d520fc
1 zmienionych plików z 9 dodań i 3 usunięć
  1. 9 3
      README.md

+ 9 - 3
README.md

@@ -13,12 +13,18 @@ Connect to your server as root via SSH
 ssh root@your.server
 ssh root@your.server
 ```
 ```
 
 
-Download the installation script
+Download the installation script, and run it:
 ```bash
 ```bash
-curl -O http://vestacp.com/pub/vst-install.sh
+curl http://vestacp.com/pub/vst-install.sh | bash
 ```
 ```
 
 
-Run it
+If the above example does not work, try this 2 step method:
+
+Download the installation script:
+```bash
+curl -O http://vestacp.com/pub/vst-install.sh
+```
+Then run it:
 ```bash
 ```bash
 bash vst-install.sh
 bash vst-install.sh
 ```
 ```