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:
parent
647bc87600
commit
59b25edb5c
@ -69,7 +69,11 @@ import TabItem from "@theme/TabItem";
|
|||||||
|
|
||||||
## Installing Wails
|
## 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:
|
Note: If you get an error similar to this:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user