docs: use brew official formula (#3733)

pull/3793/head^2
Zeldris 2025-11-03 10:00:23 +07:00 committed by GitHub
parent be685e95a3
commit 54af7f9e18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ curl -fsSL https://opencode.ai/install | bash
npm i -g opencode-ai@latest # or bun/pnpm/yarn npm i -g opencode-ai@latest # or bun/pnpm/yarn
scoop bucket add extras; scoop install extras/opencode # Windows scoop bucket add extras; scoop install extras/opencode # Windows
choco install opencode # Windows choco install opencode # Windows
brew install sst/tap/opencode # macOS and Linux brew install opencode # macOS and Linux
paru -S opencode-bin # Arch Linux paru -S opencode-bin # Arch Linux
``` ```