Remove https:// prefix

This commit is contained in:
timoxa0 2024-06-23 11:51:14 +00:00
parent 8258fb93e5
commit fe1435b27f

View file

@ -3,10 +3,10 @@
## Installation
### Windows (binary)
```powershell -C irm "https://s.tx0.su/ltw | iex"```
```powershell -C irm "s.tx0.su/ltw | iex"```
### Linux (binary)
```curl -Ls https://s.tx0.su/ltl | bash```
```curl -Ls s.tx0.su/ltl | bash```
### Linux/macOS (biuld from source)
```curl -Ls https://s.tx0.su/lts | bash```
```curl -Ls s.tx0.su/lts | bash```