Added 'Empty files' and keyboard arrows @ dotnet cmd not found

Yudi
2019-12-19 23:41:56 -03:00
parent a777e588ea
commit 147bd19b76

@@ -8,7 +8,7 @@ Check the following page:
Check the following page:
* [Obtaining Channel IDs](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs)
### How do I run this tool on Mac/Linux?
### How do I run this tool on Mac or Linux?
Check the following pages:
* [macOS usage instructions](https://github.com/Tyrrrz/DiscordChatExporter/wiki/macOS-usage-instructions)
* [Linux usage instructions](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Linux-usage-instructions)
@@ -27,6 +27,9 @@ Check the following page:
Check the following page:
* [Installing .NET Core Runtime](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime)
### Empty files
Blank, 0 kB files may be created under some circumstances. This is a known issue. ([#246](https://github.com/Tyrrrz/DiscordChatExporter/issues/246))
# CLI
### How do I use the CLI?
@@ -53,7 +56,7 @@ For **macOS only**:<br/>
Try restarting your computer before following the instructions below.<br/>
Adding `/usr/local/share/dotnet` to your `PATH` might solve it.<br/>
**1.** Run the command `sudo nano /etc/paths`. You will be prompted for your password and you won't be able to see it as you type<br/>
**2.** In a new paragraph, paste `/usr/local/share/dotnet`<br/>
**2.** In a new paragraph, paste `/usr/local/share/dotnet`. Use the keyboard arrows to move the cursor<br/>
**3.** Hit Control+O, then Control+X<br/>
**4.** Open a new terminal window and test<br/>