From f3ec3d9cf031884308a285c53cc1976630e4217d Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Wed, 27 Feb 2019 03:25:17 +0100 Subject: [PATCH] Update FreeBSD install instructions Installing fd does not require using portmaster (it will also build fd from source). IMHO this is pretty misleading. Let's update the FreeBSD install instructions to recommend using the binary package in the official repository like on other systems. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21d7715..48cf7a2 100644 --- a/README.md +++ b/README.md @@ -221,9 +221,9 @@ nix-env -i fd ### On FreeBSD -You can install `sysutils/fd` via portmaster: +You can install [the fd-find package](https://www.freshports.org/sysutils/fd) from the official repo: ``` -portmaster sysutils/fd +pkg install fd-find ``` ### From source