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