docs: rm winget as a recommended installation method under windows (#3382)

Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
This commit is contained in:
Mani Sundararajan
2025-10-23 10:25:42 -04:00
committed by GitHub
parent c2cf6fb904
commit 9ab4414aef
2 changed files with 1 additions and 7 deletions

View File

@@ -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
```

View File

@@ -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