Fedora is now in the official repositories

This commit is contained in:
David Peter 2018-05-02 20:54:08 +02:00 committed by GitHub
parent a3200204dc
commit cb47be6497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -133,8 +133,14 @@ sudo dpkg -i fd_7.0.0_amd64.deb # adapt version number and architecture
```
### On Fedora
You can use this [fedora copr](https://copr.fedorainfracloud.org/coprs/keefle/fd/) to install `fd`:
Starting with Fedora 28, you can install `fd` from the official package sources:
``` bash
dnf install fd-find
```
For older versions, you can use this [Fedora copr](https://copr.fedorainfracloud.org/coprs/keefle/fd/) to install `fd`:
``` bash
dnf copr enable keefle/fd
dnf install fd
```