Update README.md

This commit is contained in:
System Void 2016-09-08 12:58:41 +01:00 committed by GitHub
commit 5faa27b5df

View file

@ -5,8 +5,7 @@
* Vesta has a clean and focused interface without the clutter. * Vesta has a clean and focused interface without the clutter.
* Vesta has the latest of very innovative technologies. * Vesta has the latest of very innovative technologies.
How to install (2 step)
How to install
---------------------------- ----------------------------
Connect to your server as root via SSH Connect to your server as root via SSH
```bash ```bash
@ -18,7 +17,13 @@ Download the installation script, and run it:
curl http://vestacp.com/pub/vst-install.sh | bash 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: Download the installation script:
```bash ```bash