mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-16 00:48:28 +01:00
Merge pull request #1594 from sharkdp/deb-readme-update
Note executable name in release debs
This commit is contained in:
commit
9f0fea6e21
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue