Updated Linux usage instructions (markdown)

Yudi
2019-09-17 15:45:02 -03:00
parent 8aa4a043d9
commit 4cbf10c417

@@ -2,27 +2,26 @@
## Manual Installation ## Manual Installation
### Installing Mono ### 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 ### Running the exporter
Download and extract the [latest CLI release](https://github.com/Tyrrrz/DiscordChatExporter/releases/latest). Download and extract the [latest CLI release](https://github.com/Tyrrrz/DiscordChatExporter/releases/latest).
Replace `TOKEN` and `CHANNEL`, then run this command to export: 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 ## Automatic Installation
**First run** **First run**<br/>
Download and unzip the [latest tool](https://github.com/RenanYudi/DiscordChatExporter-Unix/releases/latest). In Terminal:<br/>
Download and unzip the [latest tool](https://github.com/RenanYudi/DiscordChatExporter-Unix/releases/latest). In Terminal: **1.** `cd` to its directory<br/>
1. `cd` to its directory **2.** Run `chmod +x maclinux.command` as root<br/>
2. Run `chmod +x maclinux.command` as root **3.** Run `./maclinux.command` as root
3. Run `./maclinux.command` as root
## ##
To use the tool again just: To use the tool again just:<br/>
1. `cd` to its directory **1.** `cd` to its directory<br/>
2. Run `./maclinux.command` **2.** Run `./maclinux.command`
# GUI # 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. 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.