mirror of
https://github.com/ollama/ollama
synced 2026-04-23 08:45:14 +00:00
docs: update installation command for OpenCode CLI (#13971)
This commit is contained in:
parent
7b62c41060
commit
aa23d8ecd2
|
|
@ -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
|
||||
```
|
||||
|
||||
<Note>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.</Note>
|
||||
|
|
|
|||
Loading…
Reference in a new issue