Making it clearer that ‘dotnet not found’ section is for Mac only

Yudi
2019-12-08 00:28:30 -03:00
parent 26066d307f
commit 49629e0ff2

@@ -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.<br/>
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/>