From bbacb2f211669339a3b546d09158b937204a5f2d Mon Sep 17 00:00:00 2001 From: Yudi Date: Thu, 10 Sep 2020 15:12:28 -0300 Subject: [PATCH] Grammar --- macOS-usage-instructions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/macOS-usage-instructions.md b/macOS-usage-instructions.md index e629f3f..1620d45 100644 --- a/macOS-usage-instructions.md +++ b/macOS-usage-instructions.md @@ -5,9 +5,9 @@ Please follow the [instructions provided here](https://github.com/Tyrrrz/Discord ### Step 2: Downloading and using DiscordChatExporter.Cli **1.** Download [DiscordChatExporter.CLI.zip](https://github.com/Tyrrrz/DiscordChatExporter/releases/latest) and extract it to a folder.
-**2.** Search for `Terminal.app` in Spotlight (⌘+SPACE) and open it.
-**3.** In the Terminal window, type `cd` , press the SPACE key, then drag and drop the extracted folder into the window, press the RETURN key.
-**4.** Replace `TOKEN` and `CHANNEL`, then execute this command to export: +**2.** Search for `Terminal.app` in Spotlight (⌘+SPACE), then open it.
+**3.** In the Terminal window, type `cd` , press the SPACE key, then drag and drop the extracted folder into the window, then press the RETURN key.
+**4.** Execute the following command to export, replacing `TOKEN` and `CHANNEL` with your own values: dotnet DiscordChatExporter.Cli.dll export -t TOKEN -c CHANNEL