New translations installation.mdx (Russian)

[ci skip]
This commit is contained in:
Lea Anthony
2022-08-13 22:25:13 +10:00
parent 41291b4cb7
commit a890f3148c
@@ -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.