From 1f6b2cb1eedf5b314dee5371cdb1138182646eaf Mon Sep 17 00:00:00 2001 From: Megh Date: Wed, 13 Dec 2023 19:36:56 -0700 Subject: [PATCH] brew install in readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fdf81b0a0c..a6b38c0320 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,12 @@ FOSSA CLI provides an install script that downloads the latest release from GitH ```bash curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.sh | bash ``` +#### macOS with [brew](https://brew.sh/) + +```sh +brew update # Fetch the newest version of Homebrew and all formulae +brew install --cask fossa +``` #### Windows with Powershell