Updated Linux usage instructions (markdown)

Yudi
2018-09-15 15:10:41 -03:00
parent 2ea0932945
commit 1ec53e5019

@@ -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`
##