mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-25 07:24:14 +00:00
Updated Linux usage instructions (markdown)
@@ -20,14 +20,17 @@ Open Terminal and type
|
|||||||
4. `sudo apt install mono-devel`
|
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
|
## 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:
|
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`
|
1. `cd ~/Desktop`
|
||||||
2. `unzip DiscordChatExporter.CLI.zip -d /DiscordChatExporter | cd DiscordChatExporter`
|
2. `unzip DiscordChatExporter.CLI.zip -d /DiscordChatExporter | cd DiscordChatExporter`
|
||||||
3. Replace `TOKEN` and `CHANNEL`, and execute this command to run DiscordChatExporter.Cli.exe
|
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
|
# Automatic Install
|
||||||
**First run only**
|
**First run only**
|
||||||
@@ -36,10 +39,9 @@ Download the latest maclinux.command and DiscordChatExporter [here], and move it
|
|||||||
1. `cd` to its Directory
|
1. `cd` to its Directory
|
||||||
2. Run `chmod +x maclinux.command` as root
|
2. Run `chmod +x maclinux.command` as root
|
||||||
3. Run `./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
|
1. `cd` to its Directory
|
||||||
2. Run `./maclinux.command`
|
2. Run `./maclinux.command`
|
||||||
##
|
##
|
||||||
|
|||||||
Reference in New Issue
Block a user