Преглед на файлове

alternate way to download installation script

Serghey Rodin преди 13 години
родител
ревизия
dca2b4acb5
променени са 1 файла, в които са добавени 7 реда и са изтрити 3 реда
  1. 7 3
      README.md

+ 7 - 3
README.md

@@ -8,17 +8,21 @@
 
 How to install
 ----------------------------
-# Connect to your server as root via SSH
+Connect to your server as root via SSH
 ```bash
 ssh root@your.server
 ```
 
-# Download installation script
+Download installation script
+```bash
+curl -O http://vestacp.com/pub/vst-install.sh
+```
+or download it using wget
 ```bash
 wget http://vestacp.com/pub/vst-install.sh
 ```
 
-#Run it
+Run it
 ```bash
 bash vst-install.sh
 ```