Updated macOS usage instructions (markdown)

Yudi
2018-10-13 16:31:01 -03:00
parent 7a23293e4a
commit 8a2c1caf8b

@@ -1,31 +1,27 @@
The GUI version doesn't work on non-Windows OS. ## Manual Installation
### Installing Homebrew and Mono
# Manual Install
## Installing Brew
In Spotlight (⌘+SPACE) search for and open `Terminal.app`. In Terminal paste: In Spotlight (⌘+SPACE) search for and open `Terminal.app`. In Terminal paste:
```/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"``` $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ brew install mono
Press ENTER and follow the instructions on-screen. ### Downloading and using DiscordChatExporter.Cli.exe
## Installing Mono Download the [latest version](https://github.com/Tyrrrz/DiscordChatExporter/releases/latest), and extract it to a folder.
`brew install mono`
## Downloading and using DiscordChatExporter.Cli.exe
Download the latest DiscordChatExporter.CLI.zip [here](https://github.com/Tyrrrz/DiscordChatExporter/releases/latest), and extract it to a folder. In Terminal type:
1. `cd ` , press the SPACE key, then drag & drop the folder to the Terminal window.
2. Replace `TOKEN` and `CHANNEL`, and execute this command to run DiscordChatExporter.Cli.exe and export the chat:
`mono DiscordChatExporter.Cli.exe export -t TOKEN -c CHANNEL`
# Automatic Install In Terminal type:
**First run only** `cd ` , press the SPACE key, then drag & drop the folder to the Terminal window.
Download the latest maclinux.command and DiscordChatExporter [here] and move it into a folder. In Terminal: Replace `TOKEN` and `CHANNEL`, then execute this command to export:
1. `cd` , press the SPACE key and drag & drop the folder to the Terminal window.
2. `sudo chmod +x maclinux.command`
3. `./maclinux.command`
## $ mono DiscordChatExporter.Cli.exe export -t TOKEN -c CHANNEL
To use the script again, just open it.
## Automatic Installation
Download the [latest tool](https://github.com/RenanYudi/DiscordChatExporter-Unix/releases/latest).
Click on `maclinux.command` while holding Control, then Open it.
To use the tool again, just double-click it.
## ##
Credits to [@RenanYudi](https://github.com/RenanYudi) Credits to [@RenanYudi](https://github.com/RenanYudi)