From aa675eccdee025ae6ae999329f20fea0cadc2f34 Mon Sep 17 00:00:00 2001 From: Yudi Date: Thu, 10 Feb 2022 12:16:54 -0300 Subject: [PATCH] Add Apple silicon link --- Install-.NET-Core-runtime.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/Install-.NET-Core-runtime.md b/Install-.NET-Core-runtime.md index 4dc4411..76add4f 100644 --- a/Install-.NET-Core-runtime.md +++ b/Install-.NET-Core-runtime.md @@ -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. * Install - * [Windows and macOS](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime#windows-and-macos) - * [Linux](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime#linux) - * [Docker](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime#docker) -* [Verify installation](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime#Verify-installation) + * [Windows and macOS](#windows-and-macos) + * [Linux](#linux) + * [Docker](#docker) +* [Verify installation](#Verify-installation-optional) ## Windows and macOS **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 x86**](https://dotnet.microsoft.com/download/dotnet-core/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 **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/thank-you/runtime-desktop-6.0.0-windows-x86-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:** [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: -### Step 1 +#### Step 1 **Windows:** Open Command Prompt (aka `cmd`) **macOS and Linux:** Open `Terminal` -### Step 2 +#### Step 2 Run: `dotnet --info` If **.NET Core Runtime** is correctly installed, the command will output the following: