mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
Update README (#983)
This commit is contained in:
parent
f9e7760fdc
commit
21e09295d6
|
|
@ -84,6 +84,7 @@ The skim project contains several components:
|
|||
| macOS | MacPorts | `sudo port install skim` |
|
||||
| Alpine | apk | `apk add skim` |
|
||||
| Arch | pacman | `pacman -S skim` |
|
||||
| Fedora | COPR | see below |
|
||||
| Gentoo | Portage | `emerge --ask app-misc/skim` |
|
||||
| Guix | guix | `guix install skim` |
|
||||
| Void | XBPS | `xbps-install -S skim` |
|
||||
|
|
@ -92,6 +93,14 @@ The skim project contains several components:
|
|||
<img src="https://repology.org/badge/vertical-allrepos/skim-fuzzy-finder.svg?columns=4" alt="Packaging status">
|
||||
</a>
|
||||
|
||||
### Fedora
|
||||
Up to date Fedora packages are provided via an unofficial community-maintained COPR repository.
|
||||
```bash
|
||||
sudo dnf copr enable sisyphus1813/skim
|
||||
sudo dnf install skim
|
||||
```
|
||||
|
||||
|
||||
## Manually
|
||||
|
||||
Any of the following applies:
|
||||
|
|
|
|||
Loading…
Reference in a new issue