Skip to content

Commit e82dc15

Browse files
committed
docs: update README.md
1 parent 5a8caef commit e82dc15

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,29 @@
1414
> | --- | ----------- | -- |
1515
> | TUI: `Ctrl+V` text paste on Windows | Pasting text in the TUI prompt was a no-op under Bun on Windows. Now reads text via PowerShell `Get-Clipboard -Raw` alongside the existing image probe | [#97](https://github.com/alexyaroshuk/opencode/pull/97) |
1616
>
17-
> ### Install the fork CLI (Windows)
17+
> ### Install (Windows)
18+
>
19+
> **TUI / CLI** — open PowerShell, paste, hit Enter:
1820
>
1921
> ```powershell
2022
> iwr -useb https://github.com/alexyaroshuk/opencode/releases/latest/download/install-fork.ps1 | iex
2123
> ```
2224
>
23-
> Installs `opencode-fork.exe` to `%LOCALAPPDATA%\opencode-fork` and adds it to PATH. Coexists with upstream `opencode`. Open a new shell, run `opencode-fork`.
25+
> Downloads the latest fork release, extracts `opencode-fork.exe` to `%LOCALAPPDATA%\opencode-fork`, adds it to your user PATH. Coexists with upstream `opencode`. Open a new shell and run `opencode-fork`.
26+
>
27+
> **Desktop app** — download the installer from the [latest release](https://github.com/alexyaroshuk/opencode/releases/latest) and run it:
28+
>
29+
> - `opencode-desktop-win-x64.exe` — Electron installer for the desktop app
30+
>
31+
> **Release assets at a glance**
32+
>
33+
> | File | What it is |
34+
> | ---- | ---------- |
35+
> | `install-fork.ps1` | PowerShell installer for the CLI/TUI. Run it via the one-liner above |
36+
> | `opencode-fork-windows-x64.zip` | Windows CLI/TUI binary. The PowerShell installer downloads this for you, but you can also unzip it manually and drop `opencode-fork.exe` anywhere on your PATH |
37+
> | `opencode-desktop-win-x64.exe` | Desktop app installer (Electron). Run it to install the GUI |
38+
> | `latest.yml` | Update manifest used by the desktop app's auto-updater — ignore |
39+
> | Source code (zip/tar.gz) | GitHub-generated source archives — ignore unless you want to build from source |
2440
2541
<p align="center">
2642
<a href="https://opencode.ai">

0 commit comments

Comments
 (0)