mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
docs: make the install command easier to copy (#2891)
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user