From 8258fb93e578fa3078d46da823de6eabd3f80aaf Mon Sep 17 00:00:00 2001 From: timoxa0 Date: Sun, 23 Jun 2024 11:49:26 +0000 Subject: [PATCH] Fix windows install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ebfb90..13d601f 100644 --- a/README.md +++ b/README.md @@ -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```