From b5644697cab6a7498fadbcd94ce56d5580831c47 Mon Sep 17 00:00:00 2001 From: makeworld <25111343+makeworld-the-better-one@users.noreply.github.com> Date: Sat, 27 Mar 2021 20:23:15 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20repology=20badge=20and=20r?= =?UTF-8?q?emove=20Linux=20distro-specific=20instructions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 39 ++++++--------------------------------- 1 file changed, 6 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index 89752d1..3860d2d 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,15 @@ # Amfora -
amphora logo
Image modified from: amphora by Alvaro Cabrera from the Noun Project
-
+ [![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) -
Demo GIF -
###### 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 -``` + + Packaging status + ### 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.