From c29b84f71d46a2a6a34d918c7ae1224ea9067511 Mon Sep 17 00:00:00 2001 From: Yudi Date: Sat, 7 Dec 2019 21:52:28 -0300 Subject: [PATCH] Changed Mono to .NET Core --- GUI,-CLI-and-Formats-explained.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GUI,-CLI-and-Formats-explained.md b/GUI,-CLI-and-Formats-explained.md index 03e3290..8de3dd0 100644 --- a/GUI,-CLI-and-Formats-explained.md +++ b/GUI,-CLI-and-Formats-explained.md @@ -81,9 +81,9 @@ You can also drag and drop the folder on **every platform**.
DiscordChatExporter.Cli.exe ``` -**macOS and Linux** users must write `mono` before every command: +**macOS and Linux** users must write `dotnet` before every command **and** instead of `.exe`, it's `DiscordChatExporter.Cli.dll`: ```powershell -mono DiscordChatExporter.Cli.exe +dotnet DiscordChatExporter.Cli.dll ``` **Docker** users, please refer to the [Docker usage instructions](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Docker-usage-instructions).