From 26032b48cb4b7f892c4d2b7a8d7823e7ba726334 Mon Sep 17 00:00:00 2001 From: Yudi Date: Wed, 7 Aug 2019 17:19:47 -0300 Subject: [PATCH] Updated macOS usage instructions (markdown) --- macOS-usage-instructions.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/macOS-usage-instructions.md b/macOS-usage-instructions.md index c2a7a13..a0c2ec1 100644 --- a/macOS-usage-instructions.md +++ b/macOS-usage-instructions.md @@ -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) \ No newline at end of file +Special thanks to [@RenanYudi](https://github.com/RenanYudi) \ No newline at end of file