Clean up the docs more

This commit is contained in:
Tyrrrz 2023-01-27 09:59:02 +02:00
parent 7e2c78eabf
commit 374c7af48d
11 changed files with 215 additions and 219 deletions

View file

@ -1,6 +1,7 @@
# Install .NET Core runtime
# Install .NET runtime
**.NET v7.0 Runtime** is required by **DiscordChatExporter v2.37 and newer**.
If you are using GUI flavor of DiscordChatExporter, the runtime will be installed automatically (since v2.27.1).
If you are using the CLI from Docker, installing the runtime on the host machine is not needed.
@ -19,8 +20,11 @@ If you are using the CLI from Docker, installing the runtime on the host machine
- [.NET v7.0 Runtime for **Macs with Apple silicon**](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-7.0.1-macos-arm64-installer)
- [.NET v7.0 Runtime for **Macs with an Intel processor**](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-7.0.1-macos-x64-installer)
> 💡 [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/HT211814)
> **Note**:
> [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)
> **Note**:
> [Is my Mac using an Intel processor or Apple silicon?](https://support.apple.com/HT211814)
**Otherwise:**
[Check out the latest version in this page](https://dotnet.microsoft.com/download/dotnet/7.0).
@ -30,7 +34,7 @@ Look for the download link in the '**.NET Runtime**' section, under **Installers
## Linux
**You only need to install .NET Core <u>Runtime</u> v7.0**
**You only need to install .NET Runtime v7.0**
Check out the instructions for your distro:
@ -46,17 +50,17 @@ Installing .NET Runtime is not needed. Please refer to the [Docker usage instruc
## Verify installation (optional)
You can check which version of **.NET Core** is installed by following these instructions:
You can check which version of **.NET Runtime** 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:
If **.NET Runtime** is correctly installed, the command will output the following:
```