From cb47be649734e50b8d4c3a718aafc770ebecb134 Mon Sep 17 00:00:00 2001 From: David Peter Date: Wed, 2 May 2018 20:54:08 +0200 Subject: [PATCH] Fedora is now in the official repositories --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 440525a..7a82511 100644 --- a/README.md +++ b/README.md @@ -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 ```