Skip to content

Commit 54cefe7

Browse files
authored
Update README.md
1 parent fee76f4 commit 54cefe7

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

README.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,20 @@
77
* HestiaCP has a clean and focused interface without the clutter.
88
* HestiaCP has the latest of very innovative technologies.
99

10-
How to install (2 step)
10+
How to install
1111
----------------------------
1212
Connect to your server as root via SSH
1313
```bash
1414
ssh root@your.server
1515
```
1616

17-
Download the installation script, and run it:
18-
```bash
19-
curl http://apt.hestiacp.com/vst-install.sh | bash
20-
```
21-
22-
How to install (3 step)
23-
----------------------------
24-
If the above example does not work, try this 3 step method:
25-
Connect to your server as root via SSH
26-
```bash
27-
ssh root@your.server
28-
```
29-
3017
Download the installation script:
3118
```bash
32-
curl -O http://apt.hestiacp.com/vst-install.sh
19+
wget https://raw.githubusercontent.com/hestiacp/hestiacp/master/install/hst-install.sh
3320
```
3421
Then run it:
3522
```bash
36-
bash vst-install.sh
23+
bash hst-install.sh
3724
```
3825

3926
License

0 commit comments

Comments
 (0)