Updated Install .NET Core runtime (markdown)

Alexey Golub
2020-11-11 15:25:14 +02:00
parent 64adbf86fb
commit f1919d85d3

@@ -1,4 +1,4 @@
**.NET Core Runtime** is required by **DiscordChatExporter 2.16 and newer**.
**.NET Core v3.1 Runtime** is required by **DiscordChatExporter 2.16 and newer**.
* Install
* [Windows](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime#windows)
* [macOS](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime#macos)
@@ -8,7 +8,7 @@
## Windows
[![](https://i.imgur.com/K6WdpaY.png)](https://dotnet.microsoft.com/download/dotnet-core/current/runtime)
[![](https://i.imgur.com/K6WdpaY.png)](https://dotnet.microsoft.com/download/dotnet/3.1/runtime)
The **x64** installer is for **64-bit** systems<br/>
The **x86** installer is for **32-bit** systems
@@ -25,7 +25,7 @@ Look for the download link in the '**.NET Core Runtime**' (not the preview versi
## Linux
**You only need to install .NET Core <u>Runtime</u>**
**You only need to install .NET Core v3.1 <u>Runtime</u>**
Check out the instructions for your distro:
* [Debian](https://docs.microsoft.com/dotnet/core/install/linux-debian#supported-distributions)
@@ -35,7 +35,7 @@ Check out the instructions for your distro:
For other distros, please check the _'Linux package managers'_ menu on the left of [this page](https://docs.microsoft.com/dotnet/core/install/linux-package-managers).
## Docker
**Docker** users don't need to install **.NET Core**. Please refer to the [Docker usage instructions](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Docker-usage-instructions) page for more information.
**Docker** users don't need to install .NET runtime. Please refer to the [Docker usage instructions](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Docker-usage-instructions) page for more information.
<br>