Skip to content

Commit 0a32d52

Browse files
committed
Less installation steps.
I prefer installing like this, so I assume other will.
1 parent 283c71a commit 0a32d52

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,18 @@ Connect to your server as root via SSH
1313
ssh root@your.server
1414
```
1515

16-
Download the installation script
16+
Download the installation script, and run it:
1717
```bash
18-
curl -O http://vestacp.com/pub/vst-install.sh
18+
curl http://vestacp.com/pub/vst-install.sh | bash
1919
```
2020

21-
Run it
21+
If the above example does not work, try this 2 step method:
22+
23+
Download the installation script:
24+
```bash
25+
curl -O http://vestacp.com/pub/vst-install.sh
26+
```
27+
Then run it:
2228
```bash
2329
bash vst-install.sh
2430
```

0 commit comments

Comments
 (0)