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

add instructions to run wails v3 examples. (#2854)

* add instructions to run wails v3 examples.

* Update README.md
This commit is contained in:
Oussama Sethoum 2023-08-25 21:40:40 +01:00 committed by GitHub
parent 5a4eae968f
commit 98bb3b6361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,28 @@
# v3 # v3
This directory is experimental. It probably won't work for you. There's no support for this directory. Dragons be here. You have been warned! This directory is experimental. It probably won't work for you. There's no support for this directory. Dragons be here. You have been warned!
## Run examples
follow these steps to run the examples:
- clone the repo
```cmd
git clone https://github.com/wailsapp/wails.git
```
- switch to v3-alpha branch
```cmd
git checkout v3-alpha
```
- install dependencies
```cmd
go mod tidy
```
- run the example you want
```cmd
cd v3/examples/(example you want)
```
```cmd
go mod tidy
```
```cmd
go run main.go
```