summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Jung <tummychow511@gmail.com>2024-04-09 18:38:04 -0400
committerGitHub <noreply@github.com>2024-04-09 18:38:04 -0400
commit00d301b6a6c2447fbf13ecd216be7dfc35eb59f6 (patch)
treec3a4cb1e7208932c8bf555e970ee4a8c7ae33aad
parent3da0e7f3a4bb5ce2de3d05c214afcd7b6992a705 (diff)
parentd55b95a5b134603cc52beb967da41d1749808e7d (diff)
Merge pull request #111 from Pi-Cla/add-badgeHEADmaster
Add repology badge and openSUSE
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 747b13a..c6c6917 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,10 @@ The easiest way to install `git absorb` is to download an artifact from the late
Alternatively, `git absorb` is available in the following system package managers:
+<a href="https://repology.org/project/git-absorb/versions">
+ <img src="https://repology.org/badge/vertical-allrepos/git-absorb.svg" alt="Packaging status" align="right">
+</a>
+
| Repository | Command |
| --------------------------- | -------------------------------------------- |
| Arch Linux | `pacman -S git-absorb` |
@@ -40,6 +44,7 @@ Alternatively, `git absorb` is available in the following system package manager
| Homebrew and Linuxbrew | `brew install git-absorb` |
| MacPorts | `sudo port install git-absorb` |
| nixpkgs stable and unstable | `nix-env -iA nixpkgs.git-absorb` |
+| openSUSE | `zypper install git-absorb`
| Ubuntu | `apt install git-absorb` |
| Void Linux | `xbps-install -S git-absorb` |
| GNU Guix | `guix install git-absorb` |