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 cc43846 commit dca2b4aCopy full SHA for dca2b4a
README.md
@@ -8,17 +8,21 @@
8
9
How to install
10
----------------------------
11
-# Connect to your server as root via SSH
+Connect to your server as root via SSH
12
```bash
13
ssh root@your.server
14
```
15
16
-# Download installation script
+Download installation script
17
+```bash
18
+curl -O http://vestacp.com/pub/vst-install.sh
19
+```
20
+or download it using wget
21
22
wget http://vestacp.com/pub/vst-install.sh
23
24
-#Run it
25
+Run it
26
27
bash vst-install.sh
28
0 commit comments