diff --git a/macOS-usage-instructions.md b/macOS-usage-instructions.md index 429be21..c2a7a13 100644 --- a/macOS-usage-instructions.md +++ b/macOS-usage-instructions.md @@ -1,31 +1,27 @@ -The GUI version doesn't work on non-Windows OS. - -# Manual Install -## Installing Brew +## Manual Installation +### Installing Homebrew and Mono 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. -## Installing Mono -`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` +### Downloading and using DiscordChatExporter.Cli.exe +Download the [latest version](https://github.com/Tyrrrz/DiscordChatExporter/releases/latest), and extract it to a folder. -# Automatic Install -**First run only** +In Terminal type: +`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: -1. `cd` , press the SPACE key and drag & drop the folder to the Terminal window. -2. `sudo chmod +x maclinux.command` -3. `./maclinux.command` +Replace `TOKEN` and `CHANNEL`, then execute this command to export: -## -To use the script again, just open it. + $ mono DiscordChatExporter.Cli.exe export -t TOKEN -c CHANNEL + + +## 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) \ No newline at end of file