Skip to content

Commit 216c996

Browse files
tilak999leaanthony
andauthored
Add installation command for Wails CLI (#4692)
* Add installation command for Wails CLI Added code block for Wails CLI installation command. This will allow coying the command with one click. * Improve wails installation documentation Updated wails installation documentation for easier command copying. --------- Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
1 parent 764f9bb commit 216c996

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

website/src/pages/changelog.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
- Updated Application Development guide to show imports in the `app.go` snippets by @agilgur5 in [#4731](https://github.com/wailsapp/wails/pull/4731)
2323
- Fixed link to CoC in Community Guide when there was a trailing slash by @agilgur5 in [#4732](https://github.com/wailsapp/wails/pull/4732)
2424
- Fixed indentation in "How does it work?" page by @agilgur5 in [#4733](https://github.com/wailsapp/wails/pull/4733)
25+
- 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)
2526

2627
## v2.11.0 - 2025-11-08
2728

website/versioned_docs/version-v2.10/gettingstarted/installation.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ import TabItem from "@theme/TabItem";
7373

7474
Run `go install github.com/wailsapp/wails/v2/cmd/wails@latest` to install the Wails CLI.
7575

76+
```shell
77+
go install github.com/wailsapp/wails/v2/cmd/wails@latest
78+
```
79+
7680
Note: If you get an error similar to this:
7781

7882
```shell

0 commit comments

Comments
 (0)