Skip to content

Commit dca2b4a

Browse files
committed
alternate way to download installation script
1 parent cc43846 commit dca2b4a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,21 @@
88

99
How to install
1010
----------------------------
11-
# Connect to your server as root via SSH
11+
Connect to your server as root via SSH
1212
```bash
1313
ssh root@your.server
1414
```
1515

16-
# Download installation script
16+
Download installation script
17+
```bash
18+
curl -O http://vestacp.com/pub/vst-install.sh
19+
```
20+
or download it using wget
1721
```bash
1822
wget http://vestacp.com/pub/vst-install.sh
1923
```
2024

21-
#Run it
25+
Run it
2226
```bash
2327
bash vst-install.sh
2428
```

0 commit comments

Comments
 (0)