From 29685635208b6ba67ac959467788d1425b257e3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 18 Dec 2025 00:18:44 +0000 Subject: [PATCH] docs: update llms.txt --- docs/llms.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/llms.txt b/docs/llms.txt index fdc8883e54..5ac95915ef 100644 --- a/docs/llms.txt +++ b/docs/llms.txt @@ -137,12 +137,12 @@ You can also download and install the latest release using our [install script](https://cog.run/install): ```sh -# fish shell -sh (curl -fsSL https://cog.run/install.sh | psub) - # bash, zsh, and other shells sh <(curl -fsSL https://cog.run/install.sh) +# fish shell +sh (curl -fsSL https://cog.run/install.sh | psub) + # download with wget and run in a separate command wget -qO- https://cog.run/install.sh sh ./install.sh