Skip to content

Commit

Permalink
Merge pull request #424 from SysVoid/patch-2
Browse files Browse the repository at this point in the history
Less installation steps.
  • Loading branch information
serghey-rodin committed Oct 22, 2015
2 parents 07db9c5 + 0a32d52 commit 6b96058
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Expand Up @@ -13,12 +13,18 @@ Connect to your server as root via SSH
ssh root@your.server
```

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

Run it
If the above example does not work, try this 2 step method:

Download the installation script:
```bash
curl -O http://vestacp.com/pub/vst-install.sh
```
Then run it:
```bash
bash vst-install.sh
```
Expand Down

0 comments on commit 6b96058

Please sign in to comment.