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