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`