fix: update command (#4311)

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
This commit is contained in:
Bas van Zanten 2025-06-02 23:42:38 +02:00 committed by GitHub
commit 2da5955db7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>