mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-21 13:37:54 +00:00
Add Apple silicon link
@@ -3,20 +3,22 @@ If you are using GUI flavor of DiscordChatExporter, the runtime will be installe
|
|||||||
If you are using the CLI from Docker, installing the runtime on the host machine is not needed.
|
If you are using the CLI from Docker, installing the runtime on the host machine is not needed.
|
||||||
|
|
||||||
* Install
|
* Install
|
||||||
* [Windows and macOS](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime#windows-and-macos)
|
* [Windows and macOS](#windows-and-macos)
|
||||||
* [Linux](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime#linux)
|
* [Linux](#linux)
|
||||||
* [Docker](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime#docker)
|
* [Docker](#docker)
|
||||||
* [Verify installation](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime#Verify-installation)
|
* [Verify installation](#Verify-installation-optional)
|
||||||
|
|
||||||
## Windows and macOS
|
## Windows and macOS
|
||||||
|
|
||||||
**Download from the direct links:**
|
**Download from the direct links:**
|
||||||
* [.NET v6.0 Runtime for **Windows x64**](https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-desktop-6.0.0-windows-x64-installer)
|
* [.NET v6.0 Runtime for **Windows x64**](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-desktop-6.0.0-windows-x64-installer)
|
||||||
* [.NET v6.0 Runtime for **Windows x86**](https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-desktop-6.0.0-windows-x86-installer)
|
* [.NET v6.0 Runtime for **Windows x86**](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-desktop-6.0.0-windows-x86-installer)
|
||||||
* [.NET v6.0 Runtime for **macOS x64**](https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-6.0.0-macos-x64-installer)
|
* [.NET v6.0 Runtime for **Macs with Apple silicon**](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-6.0.0-macos-arm64-installer)
|
||||||
|
* [.NET v6.0 Runtime for **Macs with an Intel processor**](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-6.0.0-macos-x64-installer)
|
||||||
|
|
||||||
|
|
||||||
> 💡 [How can I tell if my computer is running a 32-bit (x86) or a 64-bit (x64) version?](https://support.microsoft.com/help/15056/windows-32-64-bit-faq)
|
> 💡 [How can I tell if my computer is running a 32-bit (x86) or a 64-bit (x64) version of Windows?](https://support.microsoft.com/help/15056/windows-32-64-bit-faq)
|
||||||
|
💡 [Is my Mac using an Intel processor or Apple silicon?](https://support.apple.com/en-us/HT211814)
|
||||||
|
|
||||||
**Otherwise:**
|
**Otherwise:**
|
||||||
[Check out the latest version in this page](https://dotnet.microsoft.com/download/dotnet/6.0).
|
[Check out the latest version in this page](https://dotnet.microsoft.com/download/dotnet/6.0).
|
||||||
@@ -40,13 +42,13 @@ Installing .NET Runtime is not needed. Please refer to the [Docker usage instruc
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Verify installation
|
## Verify installation (optional)
|
||||||
|
|
||||||
You can check which version of **.NET Core** is installed by following these instructions:
|
You can check which version of **.NET Core** is installed by following these instructions:
|
||||||
### Step 1
|
#### Step 1
|
||||||
**Windows:** Open Command Prompt (aka `cmd`)
|
**Windows:** Open Command Prompt (aka `cmd`)
|
||||||
**macOS and Linux:** Open `Terminal`
|
**macOS and Linux:** Open `Terminal`
|
||||||
### Step 2
|
#### Step 2
|
||||||
Run: `dotnet --info`
|
Run: `dotnet --info`
|
||||||
If **.NET Core Runtime** is correctly installed, the command will output the following:
|
If **.NET Core Runtime** is correctly installed, the command will output the following:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user