Changed download links to 2.15 due to NET Core 3.0

Yudi
2019-12-02 17:15:43 -03:00
parent 6d0f2a3769
commit 5a11740abb

@@ -3,7 +3,7 @@
Please follow the [instructions provided here](https://www.mono-project.com/download/stable/).
### Running the exporter
Download and extract the [latest CLI release](https://github.com/Tyrrrz/DiscordChatExporter/releases/latest).
Download and extract the [DiscordChatExporter.CLI.zip file](https://github.com/Tyrrrz/DiscordChatExporter/releases/tag/2.15) (2.15).
`cd` to the extracted folder, replace `TOKEN` and `CHANNEL`, then run this command to export:
```
@@ -42,7 +42,7 @@ $ env WINEPREFIX="$HOME/wine" WINEARCH=win32 ./winetricks dotnet46
There'll be several installer prompts, go through them as you normally would and do NOT close the Terminal window until its output is finished.
### Running the exporter
Download and extract the [latest DiscordChatExporter.zip](https://github.com/Tyrrrz/DiscordChatExporter/releases/latest).
Download and extract the [DiscordChatExporter.zip file](https://github.com/Tyrrrz/DiscordChatExporter/releases/tag/2.15) (2.15).
Then, in the extracted folder, run this command to start the exporter:
```