Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
meghfossa committed Dec 14, 2023
1 parent 1f6b2cb commit 0902b19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
<!-- https://github.com/Homebrew/homebrew-cask/blob/master/.github/workflows/autobump.yml#L11 -->
> The `fossa-cli` version in the brew cask is updated to the latest version every 3 hours.
#### Windows with Powershell

Expand Down

0 comments on commit 0902b19

Please sign in to comment.