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

📝 Add repology badge and remove Linux distro-specific instructions

This commit is contained in:
makeworld 2021-03-27 20:23:15 -04:00 committed by GitHub
parent f9327c0a51
commit b5644697ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +1,15 @@
# Amfora
<center> <!-- I know, that's not how you usually do it :) -->
<img src="logo.png" alt="amphora logo" width="30%">
<h6>Image modified from: amphora by Alvaro Cabrera from the Noun Project</h6>
</center>
[![go reportcard](https://goreportcard.com/badge/github.com/makeworld-the-better-one/amfora)](https://goreportcard.com/report/github.com/makeworld-the-better-one/amfora)
[![license GPLv3](https://img.shields.io/github/license/makeworld-the-better-one/amfora)](https://www.gnu.org/licenses/gpl-3.0.en.html)
<center> <!-- I know, that's not how you usually do it :) -->
<a href="https://raw.githubusercontent.com/makeworld-the-better-one/amfora/master/demo-large.gif">
<img src="demo-large.gif" alt="Demo GIF" width="80%">
</a>
</center>
###### Recording of v1.0.0
@ -39,21 +36,13 @@ update-desktop-database ~/.local/share/applications
Make sure to click "Watch" in the top right, then "Custom" > "Releases" to get notified about new releases!
### Arch Linux
## Linux
Arch Linux users can install Amfora using pacman.
Amfora is packaged in many Linux distros. It's also on [Scoop](https://scoop.sh/) for Windows users.
```
sudo pacman -S amfora
```
### Void Linux
Void Linux users can install Amfora using xbps.
```
sudo xbps-install amfora
```
<a href="https://repology.org/project/amfora/versions">
<img src="https://repology.org/badge/vertical-allrepos/amfora.svg" alt="Packaging status" align="right">
</a>
### Homebrew
@ -67,22 +56,6 @@ You can update it with:
brew upgrade amfora
```
### KISS Linux
[KISS](https://k1ss.org) Linux users can install Amfora from jedahan's repository.
Add jedahan's kiss repository:
```
git clone https://github.com/jedahan/kiss-repo.git repo-jedahan
export KISS_PATH="$KISS_PATH:$PWD/repo-jedahan"
```
Build and install Amfora:
```
kiss build amfora
kiss install amfora
```
### From Source
This section is for advanced users who want to install the latest (possibly unstable) version of Amfora.