1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-06-27 19:55:23 +00:00

📝 Add termux install instructions

This commit is contained in:
makeworld 2021-04-06 17:52:28 -04:00
parent 3316b68ade
commit fdbc1d5ad1

View File

@ -56,6 +56,10 @@ You can update it with:
brew upgrade amfora 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 ### From Source
This section is for advanced users who want to install the latest (possibly unstable) version of Amfora. This section is for advanced users who want to install the latest (possibly unstable) version of Amfora.