Skip to content

Commit a3e8000

Browse files
authored
docs: add Windows opencode install instructions (plastic-labs#611)
1 parent 07e7a99 commit a3e8000

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/v3/guides/integrations/opencode.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,18 @@ Run the installer:
2727
bunx @honcho-ai/opencode-honcho install
2828
```
2929

30+
<Accordion title="Windows install">
31+
32+
Windows Command Prompt:
33+
34+
```cmd
35+
git clone --branch main https://github.com/plastic-labs/opencode-honcho.git
36+
cd opencode-honcho
37+
bun install && bun run build && bun .\dist\cli.js install --plugin-spec "%CD%" --force
38+
```
39+
40+
</Accordion>
41+
3042
The installer:
3143

3244
- registers `@honcho-ai/opencode-honcho` with OpenCode

0 commit comments

Comments
 (0)