mirror of
https://github.com/sharkdp/fd
synced 2024-11-02 07:51:38 +00:00
Fedora is now in the official repositories
This commit is contained in:
parent
a3200204dc
commit
cb47be6497
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue