mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
fix: update command (#4311)
Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
This commit is contained in:
parent
ae4ed4fe31
commit
2da5955db7
1 changed files with 2 additions and 2 deletions
|
|
@ -64,11 +64,11 @@ import CardAnimation from '../../components/CardAnimation.astro';
|
|||
go install github.com/wailsapp/wails/v3/cmd/wails3@latest
|
||||
|
||||
# Create a new project
|
||||
wails init -n myproject
|
||||
wails3 init -n myproject
|
||||
|
||||
# Run your project
|
||||
cd myproject
|
||||
wails dev
|
||||
wails3 dev
|
||||
```
|
||||
</Card>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue