mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
docs: make the install command easier to copy (#2891)
This commit is contained in:
parent
647bc87600
commit
59b25edb5c
1 changed files with 5 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue