mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-27 16:25:36 +00:00
Added 'Empty files' and keyboard arrows @ dotnet cmd not found
@@ -8,7 +8,7 @@ Check the following page:
|
|||||||
Check the following page:
|
Check the following page:
|
||||||
* [Obtaining Channel IDs](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs)
|
* [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:
|
Check the following pages:
|
||||||
* [macOS usage instructions](https://github.com/Tyrrrz/DiscordChatExporter/wiki/macOS-usage-instructions)
|
* [macOS usage instructions](https://github.com/Tyrrrz/DiscordChatExporter/wiki/macOS-usage-instructions)
|
||||||
* [Linux usage instructions](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Linux-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:
|
Check the following page:
|
||||||
* [Installing .NET Core Runtime](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime)
|
* [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
|
# CLI
|
||||||
|
|
||||||
### How do I use the CLI?
|
### How do I use the CLI?
|
||||||
@@ -53,7 +56,7 @@ For **macOS only**:<br/>
|
|||||||
Try restarting your computer before following the instructions below.<br/>
|
Try restarting your computer before following the instructions below.<br/>
|
||||||
Adding `/usr/local/share/dotnet` to your `PATH` might solve it.<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/>
|
**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/>
|
**2.** In a new paragraph, paste `/usr/local/share/dotnet`. Use the keyboard arrows to move the cursor<br/>
|
||||||
**3.** Hit Control+O, then Control+X<br/>
|
**3.** Hit Control+O, then Control+X<br/>
|
||||||
**4.** Open a new terminal window and test<br/>
|
**4.** Open a new terminal window and test<br/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user