add guix package manager instructions (#487)

Co-authored-by: LoricAndre <57358788+LoricAndre@users.noreply.github.com>
This commit is contained in:
Jorge Gomez 2024-11-18 10:14:48 -06:00 committed by GitHub
parent a8869d7d91
commit 5ef1b593b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,14 +59,15 @@ 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` |
| 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` |
| Void | XBPS | `xbps-install -S skim` |
See [repology](https://repology.org/project/skim/versions) for a comprehensive overview of package availability.