From aa23d8ecd2a3ceee4ba13c025b5972bc7dfcb1eb Mon Sep 17 00:00:00 2001 From: Tincho Date: Thu, 29 Jan 2026 14:47:02 -0300 Subject: [PATCH] docs: update installation command for OpenCode CLI (#13971) --- docs/integrations/opencode.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/opencode.mdx b/docs/integrations/opencode.mdx index 1bdbc3ab6..6f5707688 100644 --- a/docs/integrations/opencode.mdx +++ b/docs/integrations/opencode.mdx @@ -9,7 +9,7 @@ OpenCode is an open-source AI coding assistant that runs in your terminal. Install the [OpenCode CLI](https://opencode.ai): ```bash -curl -fsSL https://opencode.ai/install.sh | bash +curl -fsSL https://opencode.ai/install | bash ``` OpenCode requires a larger context window. It is recommended to use a context window of at least 64k tokens. See [Context length](/context-length) for more information.