From 0d9168e0d2d0e199ca4ec8fdd2782535f66e9642 Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Thu, 22 May 2025 21:16:13 +0300 Subject: [PATCH] Include notes about running the app on macOS in readme --- Readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 7a18b489..653a4953 100644 --- a/Readme.md +++ b/Readme.md @@ -50,6 +50,10 @@ To learn more about the war and how you can help, [click here](https://tyrrrz.me - 📦 [AUR](https://aur.archlinux.org/packages/discord-chat-exporter-cli): `discord-chat-exporter-cli` - 📦 [Nix](https://search.nixos.org/packages?query=discordchatexporter-cli): `discordchatexporter-cli` +> **Important**: +> To launch the GUI version of the app on MacOS, you need to first remove the downloaded file from quarantine. +> You can do that by running the following command in the terminal: `xattr -rd com.apple.quarantine DiscordChatExporter.app`. + > **Note**: > If you're unsure which build is right for your system, consult with [this page](https://useragent.cc) to determine your OS and CPU architecture. @@ -74,4 +78,4 @@ To learn more about the war and how you can help, [click here](https://tyrrrz.me ## See also - [**Chat Analytics**](https://github.com/mlomb/chat-analytics) — solution for analyzing chat patterns of Discord users, using exports produced by **DiscordChatExporter**. -- [**DiscordChatExporter-frontend**](https://github.com/slatinsky/DiscordChatExporter-frontend) — convenient viewer for exports produced by **DiscordChatExporter**. \ No newline at end of file +- [**DiscordChatExporter-frontend**](https://github.com/slatinsky/DiscordChatExporter-frontend) — convenient viewer for exports produced by **DiscordChatExporter**.