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

This commit is contained in:
Duoc Nguyen
2023-09-08 13:56:40 +10:00
committed by GitHub
parent 647bc87600
commit 59b25edb5c
@@ -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: