Skip to content

Commit b4c14dc

Browse files
leaanthonyclaudeCopilot
authored
docs(readme): clarify install for v2 vs v3 alpha (#5268)
* docs(readme): clarify install for v2 vs v3 alpha Adds a small two-row table under "Getting Started" so readers can see at a glance which version they want to install: v2 (stable) for production use, or v3 (alpha) for the next-generation build. The rest of the README — sponsors image, badges, FAQ, etc. — is unchanged. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c2cc485 commit b4c14dc

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,14 @@ it before creating an enhancement request.
9191

9292
## Getting Started
9393

94-
The installation instructions are on the [official website](https://wails.io/docs/gettingstarted/installation).
94+
Wails has two active versions:
95+
96+
| Version | Status | Install | Docs |
97+
|---|---|---|---|
98+
| v2 | Stable | `go install github.com/wailsapp/wails/v2/cmd/wails@latest` | [wails.io](https://wails.io/) |
99+
| v3 | Alpha | `go install github.com/wailsapp/wails/v3/cmd/wails3@latest` | [v3.wails.io](https://v3.wails.io/) |
100+
101+
Full installation instructions are available for [v2](https://wails.io/docs/gettingstarted/installation) and [v3](https://v3.wails.io).
95102

96103
## Sponsors
97104

0 commit comments

Comments
 (0)