summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--packages/web/src/content/docs/index.mdx6
2 files changed, 1 insertions, 7 deletions
diff --git a/README.md b/README.md
index f32817549..ccfee4450 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,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
-winget install opencode # Windows
+choco install opencode # Windows
brew install sst/tap/opencode # macOS and Linux
paru -S opencode-bin # Arch Linux
```
diff --git a/packages/web/src/content/docs/index.mdx b/packages/web/src/content/docs/index.mdx
index 05447716e..dab62d8bc 100644
--- a/packages/web/src/content/docs/index.mdx
+++ b/packages/web/src/content/docs/index.mdx
@@ -84,12 +84,6 @@ You can also install it with the following commands:
choco install opencode
```
-- **Using WinGet**
-
- ```bash
- winget install opencode
- ```
-
- **Using Scoop**
```bash