From 2da5955db7cc41ea48371b5875371067fb9eb709 Mon Sep 17 00:00:00 2001 From: Bas van Zanten Date: Mon, 2 Jun 2025 23:42:38 +0200 Subject: [PATCH] fix: update command (#4311) Co-authored-by: Lea Anthony --- docs/src/content/docs/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/index.mdx index af6dcec89..3b71e86be 100644 --- a/docs/src/content/docs/index.mdx +++ b/docs/src/content/docs/index.mdx @@ -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 ```