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).