From 55469247a36a5c1d35bfdf0a27b3eaedd7813ffc Mon Sep 17 00:00:00 2001 From: Toastie Date: Mon, 13 Jan 2025 12:07:46 +0000 Subject: [PATCH] Add Installation --- Installation.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Installation.md diff --git a/Installation.md b/Installation.md new file mode 100644 index 0000000..7c0cde9 --- /dev/null +++ b/Installation.md @@ -0,0 +1,9 @@ +EllieHub requires no installation. Just run `EllieHub.exe` on Windows or `EllieHub` on Linux/macOS and it should *just work*. + +On macOS, you may face issues with Gatekeeper as I refuse to [pay Apple $100 a year][AppleDevProgram] just to distribute free software on the Apple Store. Consequently, when opening EllieHub, you may see a pop-up complaining about the application not being signed by Apple and suggesting it to be moved to the trash bin. + +So you should go into `System Preferences > Security & Privacy > General`, and approve EllieHub from there. +Alternatively, you can also [disable Gatekeeper][DisableGatekeeper]. + +[AppleDevProgram]: https://developer.apple.com/support/compare-memberships/ +[DisableGatekeeper]: https://www.makeuseof.com/how-to-disable-gatekeeper-mac/ \ No newline at end of file