mirror of
https://github.com/makew0rld/amfora.git
synced 2024-12-04 14:46:29 -05:00
📝 Added homebrew pkg
This commit is contained in:
parent
297a00ee9f
commit
fb2bce5a78
13
README.md
13
README.md
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user