From d81cf34771085be56b5af3a8d43f7055e36f2aa9 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 14 Oct 2018 19:21:16 +0200 Subject: [PATCH] fd is now officially in Debian (#345) * fd is now officially in Debian --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 55f8319..13cd98c 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,15 @@ Download the latest `.deb` package from the [release page](https://github.com/sh sudo dpkg -i fd_7.0.0_amd64.deb # adapt version number and architecture ``` +### On Debian + +If you run Debian sid (and soon Debian Buster), fd is +[officially maintained by Debian](https://tracker.debian.org/pkg/rust-fd-find). +``` +$ sudo apt-get install fd-find +``` +The binary is called `fdfind` as the binary name `fd` is already used by another package. + ### On Fedora Starting with Fedora 28, you can install `fd` from the official package sources: