Note executable name in release debs

Fixes: #1592
This commit is contained in:
Thayne McCombs 2024-07-17 00:04:36 -06:00
parent cfced9787e
commit 3480df88ef

View File

@ -534,6 +534,8 @@ If you use an older version of Ubuntu, you can download the latest `.deb` packag
dpkg -i fd_9.0.0_amd64.deb # adapt version number and architecture
```
Note that the .deb packages on the release page for this project still name the executable `fd`.
### On Debian
If you run Debian Buster or newer, you can install the
@ -546,6 +548,8 @@ It is recommended that after installation, you add a link to `fd` by executing c
`ln -s $(which fdfind) ~/.local/bin/fd`, in order to use `fd` in the same way as in this documentation.
Make sure that `$HOME/.local/bin` is in your `$PATH`.
Note that the .deb packages on the release page for this project still name the executable `fd`.
### On Fedora
Starting with Fedora 28, you can install `fd` from the official package sources: