From 500f404c4fc4c71abd609451408cf90519337fa3 Mon Sep 17 00:00:00 2001 From: Thayne McCombs Date: Tue, 10 Aug 2021 00:27:17 -0600 Subject: [PATCH] Mention `make` as a build dependency. Fixes #743 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e75c79a..91db1a7 100644 --- a/README.md +++ b/README.md @@ -632,6 +632,8 @@ cargo install fd-find ``` Note that rust version *1.42.0* or later is required. +`make` is also needed for the build. + ### From binaries The [release page](https://github.com/sharkdp/fd/releases) includes precompiled binaries for Linux, macOS and Windows. Statically-linked binaries are also available: look for archives with `musl` in the file name.