Raphael Schneeberger 7 anni fa
parent
commit
54cefe70d6
1 ha cambiato i file con 3 aggiunte e 16 eliminazioni
  1. 3 16
      README.md

+ 3 - 16
README.md

@@ -7,33 +7,20 @@
 * HestiaCP has a clean and focused interface without the clutter.
 * HestiaCP has the latest of very innovative technologies.
 
-How to install (2 step)
+How to install
 ----------------------------
 Connect to your server as root via SSH
 ```bash
 ssh root@your.server
 ```
 
-Download the installation script, and run it:
-```bash
-curl http://apt.hestiacp.com/vst-install.sh | bash
-```
-
-How to install (3 step)
-----------------------------
-If the above example does not work, try this 3 step method:
-Connect to your server as root via SSH
-```bash
-ssh root@your.server
-```
-
 Download the installation script:
 ```bash
-curl -O http://apt.hestiacp.com/vst-install.sh
+wget https://raw.githubusercontent.com/hestiacp/hestiacp/master/install/hst-install.sh
 ```
 Then run it:
 ```bash
-bash vst-install.sh
+bash hst-install.sh
 ```
 
 License