From fdbc1d5ad1475e6a9c749b5033801a726e9cd740 Mon Sep 17 00:00:00 2001 From: makeworld Date: Tue, 6 Apr 2021 17:52:28 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20termux=20install=20instruc?= =?UTF-8?q?tions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f56aa37..1eff351 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,10 @@ You can update it with: brew upgrade amfora ``` +## Termux + +If you're using [Termux](https://termux.com/) on Android you can't just run Amfora like normal. After installing Amfora, run `pkg install proot`. Then run `termux-chroot` before running the Amfora binary. You can exit out of the chroot after closing Amfora. See [here](https://stackoverflow.com/q/38959067/7361270) for why this is needed. + ### From Source This section is for advanced users who want to install the latest (possibly unstable) version of Amfora.