From 1ec53e50198a656dd5f6b97200a55d3963dbcb93 Mon Sep 17 00:00:00 2001 From: Yudi Date: Sat, 15 Sep 2018 15:10:41 -0300 Subject: [PATCH] Updated Linux usage instructions (markdown) --- Linux-usage-instructions.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Linux-usage-instructions.md b/Linux-usage-instructions.md index bdc349d..3019638 100644 --- a/Linux-usage-instructions.md +++ b/Linux-usage-instructions.md @@ -20,14 +20,17 @@ Open Terminal and type 4. `sudo apt install mono-devel` ## -Check if mono was installed using `mono -V`. If it didn't work, try [this link](https://www.mono-project.com/download/stable). +Check if mono was installed by running `mono -V`. + +Instructions for older versions are available [here](https://www.mono-project.com/download/stable). + ## Downloading and using DiscordChatExporter.Cli.exe Download the latest DiscordChatExporter.CLI.zip [here](https://github.com/Tyrrrz/DiscordChatExporter/releases/latest) and move it to your Desktop. In Terminal type: 1. `cd ~/Desktop` 2. `unzip DiscordChatExporter.CLI.zip -d /DiscordChatExporter | cd DiscordChatExporter` 3. Replace `TOKEN` and `CHANNEL`, and execute this command to run DiscordChatExporter.Cli.exe -`mono DiscordChatExporter.Cli.exe -t TOKEN -c CHANNEL` +`mono DiscordChatExporter.Cli.exe export -t TOKEN -c CHANNEL` # Automatic Install **First run only** @@ -36,10 +39,9 @@ Download the latest maclinux.command and DiscordChatExporter [here], and move it 1. `cd` to its Directory 2. Run `chmod +x maclinux.command` as root 3. Run `./maclinux.command` as root -4. Choose options [5] and [6] ## -When the dependencies have been installed, to use the tool again just: +To use the tool again just: 1. `cd` to its Directory 2. Run `./maclinux.command` ##