Skip to content

Commit

Permalink
[skip ci] add repology table
Browse files Browse the repository at this point in the history
  • Loading branch information
LoricAndre committed Nov 27, 2024
1 parent ce70078 commit 369d445
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,20 @@ The skim project contains several components:

## Package Managers

| Distribution | Package Manager | Command |
| -------------- | ----------------- | ------------------------- |
| macOS | Homebrew | `brew install sk` |
| macOS | MacPorts | `sudo port install skim` |
| Fedora | dnf | `dnf install skim` |
| Alpine | apk | `apk add skim` |
| Arch | pacman | `pacman -S skim` |
| Gentoo | Portage | `emerge --ask app-misc/skim` |
| Guix | guix | `guix install skim` |
| OS | Package Manager | Command |
| -------------- | ----------------- | --------------------------- |
| macOS | Homebrew | `brew install sk` |
| macOS | MacPorts | `sudo port install skim` |
| Fedora | dnf | `dnf install skim` |
| Alpine | apk | `apk add skim` |
| Arch | pacman | `pacman -S skim` |
| Gentoo | Portage | `emerge --ask app-misc/skim |
| Guix | guix | `guix install skim` |
| Void | XBPS | `xbps-install -S skim` |

See [repology](https://repology.org/project/skim-fuzzy-finder/versions) for a comprehensive overview of package availability.

<a href="https://repology.org/project/skim-fuzzy-finder/versions">
<img src="https://repology.org/badge/vertical-allrepos/skim-fuzzy-finder.svg?columns=4" alt="Packaging status">
</a>

## Manually

Expand Down

0 comments on commit 369d445

Please sign in to comment.