From 0a32d520fc0c3e1a8688d7c7c46715fc9720d072 Mon Sep 17 00:00:00 2001 From: System Void Date: Tue, 4 Aug 2015 15:22:06 +0100 Subject: [PATCH] Less installation steps. I prefer installing like this, so I assume other will. --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d0fdbe4c..1dc7f1fa 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,18 @@ Connect to your server as root via SSH ssh root@your.server ``` -Download the installation script +Download the installation script, and run it: +```bash +curl http://vestacp.com/pub/vst-install.sh | bash +``` + +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 ``` - -Run it +Then run it: ```bash bash vst-install.sh ```