[v2] Update install guide

This commit is contained in:
Lea Anthony
2021-09-27 21:19:05 +10:00
parent 481eaa5ade
commit 7b052e7a2d
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ import TabItem from '@theme/TabItem';
## Installing Wails
Run `go get github.com/wailsapp/wails/v2/cmd/wails` to install the Wails CLI.
Run `go install github.com/wailsapp/wails/v2/cmd/wails@v2.0.0-beta.1` to install the Wails CLI.
## System Check

View File

@@ -64,7 +64,7 @@ import TabItem from "@theme/TabItem";
## 安装 Wails
运行 `go get github.com/wailsapp/wails/v2/cmd/wails` 安装 Wails CLI。
运行 `go install github.com/wailsapp/wails/v2/cmd/wails@v2.0.0-beta.1` 安装 Wails CLI。
## 系统检查