1
0
mirror of https://github.com/sharkdp/fd synced 2024-07-08 12:06:43 +00:00

fd on Fedora copr (#255)

created fd rpm and added it to Fedora copr
This commit is contained in:
KmBKeef 2018-03-14 22:12:16 +02:00 committed by David Peter
parent 87d0ccd4c0
commit ddddc3f1db

View File

@ -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: