From ddddc3f1dbd67d1068aa76743b7709c39a5ec116 Mon Sep 17 00:00:00 2001 From: KmBKeef Date: Wed, 14 Mar 2018 22:12:16 +0200 Subject: [PATCH] fd on Fedora copr (#255) created fd rpm and added it to Fedora copr --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 230983c..80ea1b9 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,13 @@ Download the latest `.deb` package from the [release page](https://github.com/sh sudo dpkg -i fd_6.3.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`: +``` +dnf copr enable keefle/fd +dnf install fd +``` + ### On Arch Linux You can install [the fd package](https://www.archlinux.org/packages/community/x86_64/fd/) from the official repos: