1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-06-01 18:31:08 +00:00

README: add MacPorts instructions (#250)

This commit is contained in:
Herby Gillot 2021-08-11 10:14:31 -04:00 committed by GitHub
parent 5f57b13217
commit 8dc34f7131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ Make sure to click "Watch" in the top right, then "Custom" > "Releases" to get n
Amfora is packaged in many Linux distros. It's also on [Scoop](https://scoop.sh/) for Windows users.
### Homebrew
### macOS (Homebrew)
If you use [Homebrew](https://brew.sh/), you can install Amfora with:
```
@ -55,6 +55,19 @@ You can update it with:
brew upgrade amfora
```
### macOS (MacPorts)
On macOS, Amfora can also be installed through [MacPorts](https://www.macports.org):
```
sudo port install amfora
```
You can update it with:
```
sudo port selfupdate
sudo port upgrade amfora
```
**NOTE:** this installation source is community-maintained. More information [here](https://ports.macports.org/port/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.