From 1a6c92c47588d04ca0684d3f35fbb1a95c2e99a4 Mon Sep 17 00:00:00 2001 From: Andrey Cherkashin Date: Wed, 15 Nov 2017 12:30:58 -0800 Subject: [PATCH] Add instructions on how to install under FreeBSD As of this morning 5.0.0 is in ports tree. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9530484..9d8cd15 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,11 @@ nix-env -i fd On **Windows**, you can download the pre-built binaries from the [Release page](https://github.com/sharkdp/fd/releases). +On **FreeBSD**, you can install from ports, it's located in `sysutils/fd`: +``` +portmaster sysutils/fd +``` + ## Development ```bash git clone https://github.com/sharkdp/fd