From f107173a73325da07ba23069db2ba51d8a8c7fbe Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sun, 3 Sep 2023 06:53:10 +1000 Subject: [PATCH] Update README.md --- mkdocs-website/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs-website/README.md b/mkdocs-website/README.md index f5c42bb10..418056d82 100644 --- a/mkdocs-website/README.md +++ b/mkdocs-website/README.md @@ -7,7 +7,7 @@ This is the documentation for Wails v3. It is currently a work in progress. Install the wails3 CLI if you haven't already: ```shell -go install github.com/wailsapp/wails/v2/cmd/wails3@latest +go install github.com/wailsapp/wails/v3/cmd/wails3@latest ``` The documentation uses mkdocs, so you will need to install [Python](https://www.python.org/). Once installed,