From 10ebe9ae09c6ef3ddbdb741c17c8c8f2aef79c5a Mon Sep 17 00:00:00 2001 From: Zeldris <0trims.vehicle@icloud.com> Date: Mon, 20 Oct 2025 09:50:51 +0700 Subject: [PATCH] docs: add scoop & winget to readme (#3215) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4ffa7b15..f3281754 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ 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 +winget install opencode # Windows brew install sst/tap/opencode # macOS and Linux paru -S opencode-bin # Arch Linux ```