Docs: Homebrew can install Opencode on Linux (#1737)

This commit is contained in:
gsbain 2025-08-08 19:04:02 -05:00 committed by GitHub
parent c9a3b35ac2
commit 7af2771a7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ curl -fsSL https://opencode.ai/install | bash
# Package managers
npm i -g opencode-ai@latest # or bun/pnpm/yarn
brew install sst/tap/opencode # macOS
brew install sst/tap/opencode # macOS and Linux
paru -S opencode-bin # Arch Linux
```