From 060e55a0d7d20e16bda7af01a32bd8e609848954 Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Sun, 28 Apr 2024 19:33:01 +0300 Subject: [PATCH] Fix tiny issues in the readme --- Readme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 732b9e77..1d645360 100644 --- a/Readme.md +++ b/Readme.md @@ -23,8 +23,7 @@ **DiscordChatExporter** is an application that can be used to export message history from any [Discord](https://discord.com) channel to a file. It works with direct messages, group messages, and server channels, and supports Discord's dialect of markdown as well as most other rich media features. - -> ❔ If you have questions or issues, **please refer to the [docs](https://github.com/Tyrrrz/DiscordChatExporter/tree/master/.docs)**. +> ❔ If you have questions or issues, **please refer to the [docs](.docs)**. > 💬 If you want to chat, **join my [Discord server](https://discord.gg/2SUWKFnHSm)**. @@ -58,7 +57,7 @@ To learn more about the war and how you can help, [click here](https://tyrrrz.me > - [.NET 8.0 Runtime for **macOS x64**](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-8.0.0-macos-x64-installer) > - [.NET 8.0 Runtime for **macOS arm64**](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-8.0.0-macos-arm64-installer) > - [.NET 8.0 Runtime for **Linux**](https://learn.microsoft.com/dotnet/core/install/linux) (find the correct download for your distro) -> - On Windows, the runtime should be installed automatically when you run the application for the first time +> - On **Windows**, the runtime should be installed automatically when you run the application for the first time > > This should not be necessary if you install **DiscordChatExporter** using a package manager, as it should take care of the dependencies for you. > This is also not necessary if you are running **DiscordChatExporter** via Docker, because the image already contains the runtime.