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.
This commit is contained in:
Tobias Kortkamp 2019-02-27 03:25:17 +01:00 committed by David Peter
parent 46e865f1a2
commit f3ec3d9cf0
1 changed files with 2 additions and 2 deletions

View File

@ -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