From 6c69b98b492b7c17fe2fc2d4a3808146b302bfde Mon Sep 17 00:00:00 2001 From: David Peter Date: Sun, 10 Sep 2017 09:49:53 +0200 Subject: [PATCH] Add link to Homebrew formula --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c10c61e..b90e1b9 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ cargo install fd-find Note that rust version *1.16.0* or later is required. The release page of this repository also includes precompiled binaries for Linux. -On **OS X**, you can use [homebrew](https://brew.sh/): +On **macOS**, you can use [Homebrew](http://braumeister.org/formula/fd): ``` brew install fd ```