5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 00:41:59 +08:00

New translations installation.mdx (Russian)

[ci skip]
This commit is contained in:
Lea Anthony 2022-08-10 18:56:25 +10:00
parent 41291b4cb7
commit a890f3148c
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405

View File

@ -40,16 +40,15 @@ Run `npm --version` to verify.
You will also need to install platform specific dependencies:
<!-- @formatter:off -->
<Tabs
defaultValue="Windows"
values={[
{label: "Windows", value: "Windows"},
{label: "MacOS", value: "MacOS"},
{label: "Linux", value: "Linux"},
]}
{label: "MacOS", value: "MacOS"},
{label: "Linux", value: "Linux"},
]}
>
<TabItem value="MacOS">
Wails requires that the xcode command line tools are installed. This can be done by running: <br/>
@ -76,7 +75,6 @@ You will also need to install platform specific dependencies:
<!-- @formatter:on -->
## Optional Dependencies
- [UPX](https://upx.github.io/) for compressing your applications.