From 49629e0ff23a8a368921bd7810889076e55c4d94 Mon Sep 17 00:00:00 2001 From: Yudi Date: Sun, 8 Dec 2019 00:28:30 -0300 Subject: [PATCH] =?UTF-8?q?Making=20it=20clearer=20that=20=E2=80=98dotnet?= =?UTF-8?q?=20not=20found=E2=80=99=20section=20is=20for=20Mac=20only?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Troubleshooting.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 363feac..c7fc4cc 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -49,7 +49,8 @@ DiscordChatExporter.Cli.exe export -t BOTTOKEN -b -c CHANNEL Run `su` on Terminal, then `adduser USER sudo`, replacing `USER` with your username. Reboot. ### dotnet command not found -Try restarting your **Mac** before following the instructions below.
+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`