From ee4c2fba216fc9a86330271dc738c1bfdd948c7b Mon Sep 17 00:00:00 2001 From: Nate Meyer <672246+notnmeyer@users.noreply.github.com> Date: Mon, 11 May 2026 11:03:20 -0700 Subject: [PATCH] shorten --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30a9b94..1923156 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ brew install loops-so/tap/loops ### Script for macOS, Linux, Windows via WSL ```bash -curl -fsSL --proto '=https' --tlsv1.2 https://cli.loops.so | bash +curl -fsSL https://cli.loops.so | bash ``` To install a specific version or to a custom path, append `-s -- ` to `bash` in the command above. The default installation path is `~/.local/bin`.