From 9ea716f861c74977fbe72a42db19713f00d31149 Mon Sep 17 00:00:00 2001 From: William Melody Date: Tue, 6 Oct 2020 23:13:23 -0700 Subject: [PATCH] Use two-step homebrew install in README. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5158b1f..2195416 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,8 @@ single, portable script that can be `curl`ed into any environment. To install with [Homebrew](http://brew.sh/): ```bash -brew install xwmx/taps/hosts +brew tap xwmx/taps +brew install hosts ``` ### npm