Răsfoiți Sursa

Merge pull request #424 from SysVoid/patch-2

Less installation steps.
Serghey Rodin 10 ani în urmă
părinte
comite
6b96058e7f
1 a modificat fișierele cu 9 adăugiri și 3 ștergeri
  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
 ```
 ```