From dca2b4acb5de1b319886bade4e29db30b3fa6495 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Fri, 30 Nov 2012 17:45:41 +0200 Subject: [PATCH] alternate way to download installation script --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6621936b..dd0101ef 100644 --- a/README.md +++ b/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 ```