Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add repology badge and openSUSE #111

Merged
merged 1 commit into from
Apr 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand All @@ -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` |
Expand Down
Loading