diff --git a/Linux-usage-instructions.md b/Linux-usage-instructions.md index 5542496..b901c60 100644 --- a/Linux-usage-instructions.md +++ b/Linux-usage-instructions.md @@ -2,27 +2,26 @@ ## Manual Installation ### Installing Mono -Please follow the [instructions provided here](https://www.mono-project.com/download/stable/) +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). Replace `TOKEN` and `CHANNEL`, then run this command to export: ``` -mono DiscordChatExporter.Cli.exe export -t TOKEN -c CHANNEL +$ mono DiscordChatExporter.Cli.exe export -t TOKEN -c CHANNEL ``` ## Automatic Installation -**First run** - -Download and unzip the [latest tool](https://github.com/RenanYudi/DiscordChatExporter-Unix/releases/latest). In Terminal: -1. `cd` to its directory -2. Run `chmod +x maclinux.command` as root -3. Run `./maclinux.command` as root +**First run**
+Download and unzip the [latest tool](https://github.com/RenanYudi/DiscordChatExporter-Unix/releases/latest). In Terminal:
+**1.** `cd` to its directory
+**2.** Run `chmod +x maclinux.command` as root
+**3.** Run `./maclinux.command` as root ## -To use the tool again just: -1. `cd` to its directory -2. Run `./maclinux.command` +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.