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

Update installation instructions

This commit is contained in:
Lea Anthony 2023-10-29 15:31:26 +11:00
parent 8432ddc2a8
commit dc16d145c2
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405

View File

@ -5,8 +5,9 @@ installed and run:
```shell
git clone https://github.com/wailsapp/wails.git
cd wails
git checkout v3-alpha
cd wails/cmd/wails3
cd v3/cmd/wails3
go install
```