5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 17:52:29 +08:00

docs: make the install command easier to copy (#2891)

This commit is contained in:
Duoc Nguyen 2023-09-08 10:56:40 +07:00 committed by GitHub
parent 647bc87600
commit 59b25edb5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,11 @@ import TabItem from "@theme/TabItem";
## Installing Wails
Run `go install github.com/wailsapp/wails/v2/cmd/wails@latest` to install the Wails CLI.
To install the Wails CLI, run the following command:
```shell
go install github.com/wailsapp/wails/v2/cmd/wails@latest
```
Note: If you get an error similar to this: