1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-09-23 22:45:54 -04:00

📝 Added homebrew pkg

This commit is contained in:
makeworld 2020-08-04 11:14:32 -04:00
parent 297a00ee9f
commit fb2bce5a78

View File

@ -39,12 +39,23 @@ update-desktop-database ~/.local/share/applications
### Arch Linux
Arch Linux users can install Amfora from AUR. It has the package name `amfora`.
Arch Linux users can install Amfora from AUR. It has the package name `amfora`, and is maintained by @pboyd.
```
yay -S amfora
```
### Homebrew
If you use [Homebrew](https://brew.sh/), you can install the package maintained by @Jackymancs4.
```
brew install jackymancs4/tap/amfora
```
You can update it with:
```
brew upgrade amfora
```
### From Source
This section is for programmers who want to install from source.