From 16fc0edc6872cfecf351983f0f1d43507ab4929b Mon Sep 17 00:00:00 2001 From: Dave Shanley Date: Fri, 8 Jul 2022 09:50:26 -0400 Subject: [PATCH] Updated readme, added homebrew docs. Added details about installing via homebrew --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3e15a222..eafb5cc2 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,14 @@ If you want to try out vacuum: You can use either **YAML** or **JSON** vacuum supports both. +## Install using [homebrew](https://brew.sh) tap + +``` +brew install daveshanley/vacuum/vacuum +``` + +> This is the _recommended_ way to consume the binary version of vacuum. + ## Check out the code ```