summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorChawye Hsu <[email protected]>2026-01-18 23:58:34 +0800
committerGitHub <[email protected]>2026-01-18 09:58:34 -0600
commitf7fef99ddddb5e8fffa10f392f193e263552d7d0 (patch)
tree236f22dfdd022a3f0414d16949ac10e6c6cfb537 /README.md
parent2dcca4755d644b2ec66c7a284484101609db210b (diff)
downloadopencode-f7fef99ddddb5e8fffa10f392f193e263552d7d0.tar.gz
opencode-f7fef99ddddb5e8fffa10f392f193e263552d7d0.zip
refactor(installation): update scoop installation method (#9243)
Signed-off-by: Chawye Hsu <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index d0ba48740..64ca1ef7a 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ curl -fsSL https://opencode.ai/install | bash
# Package managers
npm i -g opencode-ai@latest # or bun/pnpm/yarn
-scoop bucket add extras; scoop install extras/opencode # Windows
+scoop install opencode # Windows
choco install opencode # Windows
brew install anomalyco/tap/opencode # macOS and Linux (recommended, always up to date)
brew install opencode # macOS and Linux (official brew formula, updated less)
@@ -52,6 +52,8 @@ OpenCode is also available as a desktop application. Download directly from the
```bash
# macOS (Homebrew)
brew install --cask opencode-desktop
+# Windows (Scoop)
+scoop bucket add extras; scoop install extras/opencode-desktop
```
#### Installation Directory