Changed Mono to .NET Core

Yudi
2019-12-07 21:52:28 -03:00
parent 2cdbe7c57b
commit c29b84f71d

@@ -81,9 +81,9 @@ You can also drag and drop the folder on **every platform**.</br>
DiscordChatExporter.Cli.exe
```
**macOS and Linux** users <u>must</u> write `mono` before every command:
**macOS and Linux** users <u>must</u> 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).