mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-17 23:16:26 +00:00
Changed Mono to .NET Core
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user