From a529dce5750dbd7e38bfcd6f396d594a39c701e2 Mon Sep 17 00:00:00 2001 From: Nate Meyer <672246+notnmeyer@users.noreply.github.com> Date: Thu, 18 Jun 2026 10:38:48 -0700 Subject: [PATCH] update install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1923156..7b1d90a 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 https://cli.loops.so | bash +curl -fsSL https://install.loops.so/cli | sh ``` 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`.