From 3480df88ef450c32614c10a4124ed8be7643d69e Mon Sep 17 00:00:00 2001 From: Thayne McCombs Date: Wed, 17 Jul 2024 00:04:36 -0600 Subject: [PATCH] Note executable name in release debs Fixes: #1592 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0105256..b4f9124 100644 --- a/README.md +++ b/README.md @@ -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: