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

📝 Correct some heading levels

This commit is contained in:
makeworld 2021-05-01 12:45:21 -04:00
parent 14595e766b
commit a4a56a6c05

View File

@ -36,7 +36,7 @@ update-desktop-database ~/.local/share/applications
Make sure to click "Watch" in the top right, then "Custom" > "Releases" to get notified about new releases!
## Linux
### Linux
<a href="https://repology.org/project/amfora/versions">
<img src="https://repology.org/badge/vertical-allrepos/amfora.svg" alt="Packaging status" align="right">
@ -56,7 +56,7 @@ You can update it with:
brew upgrade amfora
```
## Termux
### 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.