Skip to content

Commit 1b5526f

Browse files
committed
docs(readme): Fix install script instructions
1 parent 4962de4 commit 1b5526f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ It is also possible to install on any linux distro with the installation script
4747
#### Latest version
4848

4949
```
50-
curl -L https://live-server.coolapso.sh/install.sh | bash
50+
curl -L http://live-server.coolapso.sh/install.sh | bash
5151
```
5252

5353
#### Specific version
5454

5555
```
56-
curl -L https://live-server.coolapso.sh/install.sh | VERSION="v1.1.0" bash
56+
curl -L http://live-server.coolapso.sh/install.sh | VERSION="v1.1.0" bash
5757
```
5858

5959
### Manual install

0 commit comments

Comments
 (0)