From 4d82f080cbe4d90747e5a1d48c5063fb070279f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Fern=C3=A1ndez?= <975883+pazos@users.noreply.github.com> Date: Wed, 30 Dec 2020 02:09:10 +0100 Subject: [PATCH] stub --- Installation-on-MacOS.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Installation-on-MacOS.md diff --git a/Installation-on-MacOS.md b/Installation-on-MacOS.md new file mode 100644 index 0000000..354af73 --- /dev/null +++ b/Installation-on-MacOS.md @@ -0,0 +1,20 @@ +## :warning: Known Issues + +- No binaries yet (you can download artifacts from each commit/PR tests) +- **App won't ever be sandboxed, hardened, notarized or signed**. + - If you don't trust the binaries please build from source. You still need to convince Apple you want to run the binary you just built. + +## Installation + +1. Download [not yet available] 7z, +2. Uncompress the [not yet available] 7z file using Keka or The Unarchiver. +3. Move the application somewhere outside ~/Downloads +4. Do whatever Apple requires to run your own, unsigned code +5. Execute the application by double clicking on its icon + +## CLI interface + +If you want to access koreader using the commandline don't do a symlink. Just export the PATH. + +For example: for `/Applications/KOReader.app` do `export PATH=$PATH:/Applications/KOReader.app/Contents/MacOS` +