Added Further reading, forgot to remove maclinux script stuff

Yudi
2019-11-16 17:20:33 -03:00
parent ccce5ea968
commit 71aea69780

@@ -5,16 +5,11 @@ Please follow the [instructions provided here](https://www.mono-project.com/down
### Running the exporter
Download and extract the [latest CLI release](https://github.com/Tyrrrz/DiscordChatExporter/releases/latest).
Replace `TOKEN` and `CHANNEL`, then run this command to export:
`cd` to the extracted folder, replace `TOKEN` and `CHANNEL`, then run this command to export:
```
$ mono DiscordChatExporter.Cli.exe export -t TOKEN -c CHANNEL
```
##
To use the tool again just:<br/>
**1.** `cd` to its directory<br/>
**2.** Run `./maclinux.command`
# GUI
The GUI version of DiscordChatExporter runs well on Wine, with the exception of some cosmetic issues (e.g. black lines sporadically appearing across the application or icons being cut off). However, some additional steps are necessary for the installation.
@@ -62,4 +57,6 @@ $ export WINEPREFIX="$HOME/wine" && export WINEARCH=win32
$ wine DiscordChatExporter.exe
```
##
Further reading: [GUI, CLI and Formats explained](https://github.com/Tyrrrz/DiscordChatExporter/wiki/GUI%2C-CLI-and-Formats-explained)
Special thanks to [@RenanYudi](https://github.com/RenanYudi) and [@jman005](https://github.com/jman005) (GUI on Wine)