From fe1435b27fd22cccc54cd24003429d0c56d719e9 Mon Sep 17 00:00:00 2001 From: timoxa0 Date: Sun, 23 Jun 2024 11:51:14 +0000 Subject: [PATCH] Remove https:// prefix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 13d601f..1e7ad51 100644 --- a/README.md +++ b/README.md @@ -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```