Updated macOS usage instructions (markdown)

Yudi
2019-08-07 17:19:47 -03:00
parent ccfd494ed1
commit 26032b48cb

@@ -3,18 +3,18 @@
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)"
$ brew install mono
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install mono
### Downloading and using DiscordChatExporter.Cli.exe
Download the [latest version](https://github.com/Tyrrrz/DiscordChatExporter/releases/latest), and extract it to a folder.
In Terminal type:
`cd ` , press the SPACE key, then drag & drop the folder to the Terminal window.
`cd` , press the SPACE key, then drag & drop the folder to the Terminal window.
Replace `TOKEN` and `CHANNEL`, then execute this command to export:
$ mono DiscordChatExporter.Cli.exe export -t TOKEN -c CHANNEL
mono DiscordChatExporter.Cli.exe export -t TOKEN -c CHANNEL
## Automatic Installation
@@ -24,4 +24,4 @@ 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)
Special thanks to [@RenanYudi](https://github.com/RenanYudi)