mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-18 04:41:28 +00:00
Updated Linux usage instructions (markdown)
@@ -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`
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user