From 0902b19e24e06fac6dd0949f6f6cbbdc1d36a017 Mon Sep 17 00:00:00 2001 From: Megh Date: Wed, 13 Dec 2023 19:53:54 -0700 Subject: [PATCH] more fixes --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a6b38c0320..36e0ec6a78 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,14 @@ 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/) +#### macOs with [brew](https://brew.sh/) ```sh brew update # Fetch the newest version of Homebrew and all formulae brew install --cask fossa ``` + +> The `fossa-cli` version in the brew cask is updated to the latest version every 3 hours. #### Windows with Powershell