mirror of
https://github.com/sharkdp/fd
synced 2024-11-02 07:51:38 +00:00
parent
87d0ccd4c0
commit
ddddc3f1db
1 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue