0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

Merge pull request #474 from tjanez/fedora-package

add Fedora instructions to README
This commit is contained in:
Zack 2022-05-20 09:50:31 -07:00 committed by GitHub
commit 7a0c0a8200
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,6 +78,12 @@ On Arch Linux you can install the latest release with `pacman`:
pacman -S croc pacman -S croc
``` ```
On Fedora you can install with `dnf`:
```
dnf install croc
```
On Gentoo you can install with `portage`: On Gentoo you can install with `portage`:
``` ```
emerge net-misc/croc emerge net-misc/croc