Fix windows install command

This commit is contained in:
timoxa0 2024-06-23 11:49:26 +00:00
parent 92c4c23044
commit 8258fb93e5

View file

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