From 147bd19b769a2785560bbe82c6edf0b90592c4c0 Mon Sep 17 00:00:00 2001 From: Yudi Date: Thu, 19 Dec 2019 23:41:56 -0300 Subject: [PATCH] Added 'Empty files' and keyboard arrows @ dotnet cmd not found --- Troubleshooting.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index c7fc4cc..00eddea 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -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**:
Try restarting your computer before following the instructions below.
Adding `/usr/local/share/dotnet` to your `PATH` might solve it.
**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
-**2.** In a new paragraph, paste `/usr/local/share/dotnet`
+**2.** In a new paragraph, paste `/usr/local/share/dotnet`. Use the keyboard arrows to move the cursor
**3.** Hit Control+O, then Control+X
**4.** Open a new terminal window and test