diff --git a/Install-.NET-Core-runtime.md b/Install-.NET-Core-runtime.md
index 13efc72..c29fca1 100644
--- a/Install-.NET-Core-runtime.md
+++ b/Install-.NET-Core-runtime.md
@@ -1,24 +1,31 @@
-In order to use DiscordChatExporter (ver. 2.16+) you need to install the .NET Core Runtime.
+**.NET Core Runtime** is required by **DiscordChatExporter 2.16 and newer**.
-# Windows
+* [Windows](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime#windows)
+* [macOS](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime#macos)
+* [Linux](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime#linux)
-[Download installer (x64)](https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-desktop-3.1.0-windows-x64-installer)
+## Windows
-[Download installer (x86)](https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-desktop-3.1.0-windows-x86-installer)
+[](https://dotnet.microsoft.com/download/dotnet-core/current/runtime)
-# Linux
+The **x64** installer is for **64-bits** systems
+The **x86** installer is for **32-bits** systems
-Open bash and run:
-```bash
-sudo apt-get update
-sudo apt-get install apt-transport-https
-sudo apt-get update
-sudo apt-get install dotnet-runtime-3.1
-```
+[How can I tell if my computer is running a 32-bit or a 64-bit version?](https://support.microsoft.com/help/15056/windows-32-64-bit-faq)
-Check out this link for more info: https://docs.microsoft.com/en-us/dotnet/core/install/linux-package-manager-ubuntu-1904#install-the-net-core-runtime (you can select your distribution in the menu on the left)
+## macOS
-# macOS
+[](https://docs.microsoft.com/dotnet/core/install/runtime?pivots=os-macos#install-with-an-installer-1)
-[Download installer (x64)](https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.0-macos-x64-installer)
\ No newline at end of file
+[**Troubleshooting: dotnet command not found**](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Troubleshooting#dotnet-command-not-found)
+
+## Linux
+
+**You only need to install .NET Core Runtime**
+
+Check out the instructions for your distro:
+* [Debian](https://docs.microsoft.com/dotnet/core/install/linux-package-manager-debian10#install-the-net-core-runtime)
+* [Ubuntu](https://docs.microsoft.com/dotnet/core/install/linux-package-manager-ubuntu-1904#install-the-net-core-runtime)
+
+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).