Better instructions

Yudi
2020-02-16 13:42:07 -03:00
parent edb84a6190
commit 2594b98ebe

@@ -2,13 +2,13 @@
Please follow the [instructions provided here](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime).
### Downloading and using DiscordChatExporter.Cli.exe
Download [DiscordChatExporter.CLI.zip](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 into the Terminal window, press RETURN.
Replace `TOKEN` and `CHANNEL`, then execute this command to export:
**1.** Download [DiscordChatExporter.CLI.zip](https://github.com/Tyrrrz/DiscordChatExporter/releases/latest) and extract it to a folder.<br/>
**2.** Search for `Terminal.app` in Spotlight (⌘+SPACE) and open it.<br/>
**3.** In the Terminal window, type `cd` , press the SPACE key, then drag & drop the extracted folder into the window, press RETURN.<br/>
**4.** Replace `TOKEN` and `CHANNEL`, then execute this command to export:
dotnet DiscordChatExporter.Cli.dll export -t TOKEN -c CHANNEL
##
Further reading: [**Getting started:** GUI, CLI and Formats explained](https://github.com/Tyrrrz/DiscordChatExporter/wiki/GUI%2C-CLI-and-Formats-explained) and [How to get Token and Channel IDs](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs)
> 💡 Tip: [How to get Token and Channel IDs](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs).
There's much more you can do with DCE.CLI! Read the [CLI explained](https://github.com/Tyrrrz/DiscordChatExporter/wiki/GUI%2C-CLI-and-Formats-explained#dcecli-commands) page to get started.