diff --git a/website/src/pages/changelog.mdx b/website/src/pages/changelog.mdx index 3c4b1822b..671d209c9 100644 --- a/website/src/pages/changelog.mdx +++ b/website/src/pages/changelog.mdx @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated Application Development guide to show imports in the `app.go` snippets by @agilgur5 in [#4731](https://github.com/wailsapp/wails/pull/4731) - Fixed link to CoC in Community Guide when there was a trailing slash by @agilgur5 in [#4732](https://github.com/wailsapp/wails/pull/4732) - Fixed indentation in "How does it work?" page by @agilgur5 in [#4733](https://github.com/wailsapp/wails/pull/4733) +- Updated wails installation documentation to allow copying the `install wails` command with one click by @tilak999 in [#4692](https://github.com/wailsapp/wails/pull/4692) ## v2.11.0 - 2025-11-08 diff --git a/website/versioned_docs/version-v2.10/gettingstarted/installation.mdx b/website/versioned_docs/version-v2.10/gettingstarted/installation.mdx index 1511e3865..19f349f3e 100644 --- a/website/versioned_docs/version-v2.10/gettingstarted/installation.mdx +++ b/website/versioned_docs/version-v2.10/gettingstarted/installation.mdx @@ -73,6 +73,10 @@ import TabItem from "@theme/TabItem"; Run `go install github.com/wailsapp/wails/v2/cmd/wails@latest` to install the Wails CLI. +```shell +go install github.com/wailsapp/wails/v2/cmd/wails@latest +``` + Note: If you get an error similar to this: ```shell