From 5faa27b5df5ecd9df42905b3a643bb967bbca207 Mon Sep 17 00:00:00 2001 From: System Void Date: Thu, 8 Sep 2016 12:58:41 +0100 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 456e89ae9..3433533cc 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ * Vesta has a clean and focused interface without the clutter. * Vesta has the latest of very innovative technologies. - -How to install +How to install (2 step) ---------------------------- Connect to your server as root via SSH ```bash @@ -18,7 +17,13 @@ Download the installation script, and run it: curl http://vestacp.com/pub/vst-install.sh | bash ``` -If the above example does not work, try this 2 step method: +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