Formatting, latest .NET Core release links, how to know if system is 32 or 64 bits, Mac troubleshooting

Yudi
2019-12-07 23:14:38 -03:00
parent 00ea49111a
commit 617265bec0

@@ -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://i.imgur.com/K6WdpaY.png)](https://dotnet.microsoft.com/download/dotnet-core/current/runtime)
# Linux
The **x64** installer is for **64-bits** systems<br/>
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://i.imgur.com/9MYfDgm.png)](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)
[**Troubleshooting: dotnet command not found**](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Troubleshooting#dotnet-command-not-found)
## Linux
**You only need to install .NET Core <u>Runtime</u>**
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).