mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-27 00:12:57 +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
|
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
|
```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).
|
**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