We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d0cb8 commit 5faa27bCopy full SHA for 5faa27b
README.md
@@ -5,8 +5,7 @@
5
* Vesta has a clean and focused interface without the clutter.
6
* Vesta has the latest of very innovative technologies.
7
8
-
9
-How to install
+How to install (2 step)
10
----------------------------
11
Connect to your server as root via SSH
12
```bash
@@ -18,7 +17,13 @@ Download the installation script, and run it:
18
17
curl http://vestacp.com/pub/vst-install.sh | bash
19
```
20
21
-If the above example does not work, try this 2 step method:
+How to install (3 step)
+----------------------------
22
+If the above example does not work, try this 3 step method:
23
+Connect to your server as root via SSH
24
+```bash
25
+ssh root@your.server
26
+```
27
28
Download the installation script:
29
0 commit comments