diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/gettingstarted/installation.mdx b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/gettingstarted/installation.mdx index 092bcdb7e..ed40549a0 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/gettingstarted/installation.mdx +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/gettingstarted/installation.mdx @@ -2,6 +2,8 @@ sidebar_position: 1 --- +Wails 有许多安装前需要的常见依赖项: + # 安装 ## 支持的平台 @@ -43,9 +45,9 @@ Wails 有许多安装前需要的常见依赖项: defaultValue="Windows" values={[ {label: "Windows", value: "Windows"}, - {label: "MacOS", value: "MacOS"}, - {label: "Linux", value: "Linux"}, - ]} + {label: "MacOS", value: "MacOS"}, + {label: "Linux", value: "Linux"}, + ]} > Wails requires that the xcode command line tools are installed. This can be done by running:
@@ -56,6 +58,8 @@ Wails 有许多安装前需要的常见依赖项: href="https://developer.microsoft.com/en-us/microsoft-edge/webview2/">WebView2{" "} runtime is installed. Some Windows installations will already have this installed. You can check using the{" "} + wails doctor command (see below). Some Windows installations will already have this installed. You can check using + the{" "} wails doctor command (see below).
@@ -67,6 +71,12 @@ Wails 有许多安装前需要的常见依赖项: to be shown how to install the dependencies. If your distro/package manager is not supported, please consult the {" "} Add Linux Distro guide. + Rather than list a ton of commands for different distros, Wails can try to determine + what the installation commands are for your specific distribution. Run wails doctor after + installation + to be shown how to install the dependencies. + If your distro/package manager is not supported, please consult the {" "} + Add Linux Distro guide.