One change
quickstart
cli-sdks-libraries/cli/quickstart
Nearest release: v2.1.238, published under an hour after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.
cli-sdks-libraries/cli/quickstart Changed · +2 / -2 lines
from line 29
For Linux environments, download the release binary directly. ```bash - VERSION=1.22.1 + VERSION=1.26.1 OS=$(uname -s | tr '[:upper:]' '[:lower:]') case $(uname -m) in x86_64) ARCH=amd64 ;;
from line 43
</Tab> <Tab title="Go"> - You can also install the CLI from source using `go install`. Requires Go 1.22 or later. + You can also install the CLI from source using `go install`. Requires Go 1.25 or later. ```bash go install github.com/anthropics/anthropic-cli/cmd/ant@latest