mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-24 02:03:54 +00:00
Making it clearer that ‘dotnet not found’ section is for Mac only
@@ -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/>
|
||||
|
||||
Reference in New Issue
Block a user