mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-20 21:18:23 +00:00
Updated macOS usage instructions (markdown)
@@ -1,16 +1,21 @@
|
|||||||
## Manual Installation
|
## Manual Installation
|
||||||
### Installing Homebrew and Mono
|
### Installing Homebrew and Mono
|
||||||
|
|
||||||
In Spotlight (⌘+SPACE) search for and open `Terminal.app`. In Terminal paste:
|
[Homebrew](https://brew.sh/) is a popular package manager for macOS. It works similarly to `apt` on Linux. <br/>
|
||||||
|
[Mono](https://www.mono-project.com/) allows us to run .NET applications on macOS.
|
||||||
|
|
||||||
|
In Spotlight (⌘+SPACE) search for and open `Terminal.app`. In Terminal paste the following command, hit RETURN and follow the on-screen instructions. You may be prompted for your password, and you won't be able to see it while typing.
|
||||||
|
|
||||||
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
||||||
|
|
||||||
|
After the installation has completed, execute:
|
||||||
|
|
||||||
brew install mono
|
brew install mono
|
||||||
|
|
||||||
### Downloading and using DiscordChatExporter.Cli.exe
|
### Downloading and using DiscordChatExporter.Cli.exe
|
||||||
Download the [latest version](https://github.com/Tyrrrz/DiscordChatExporter/releases/latest), and extract it to a folder.
|
Download the [latest version](https://github.com/Tyrrrz/DiscordChatExporter/releases/latest), and extract it to a folder.
|
||||||
|
|
||||||
In Terminal type:
|
In Terminal type `cd` , press the SPACE key, then drag & drop the folder into the Terminal window.
|
||||||
`cd` , press the SPACE key, then drag & drop the folder to the Terminal window.
|
|
||||||
|
|
||||||
Replace `TOKEN` and `CHANNEL`, then execute this command to export:
|
Replace `TOKEN` and `CHANNEL`, then execute this command to export:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user