From 71aea69780e88d2fcbe4e9f957f0e3718e2b7853 Mon Sep 17 00:00:00 2001 From: Yudi Date: Sat, 16 Nov 2019 17:20:33 -0300 Subject: [PATCH] Added Further reading, forgot to remove maclinux script stuff --- Linux-usage-instructions.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Linux-usage-instructions.md b/Linux-usage-instructions.md index dd9989e..917de54 100644 --- a/Linux-usage-instructions.md +++ b/Linux-usage-instructions.md @@ -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:
-**1.** `cd` to its directory
-**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) \ No newline at end of file