Skip to content

Commit

Permalink
brew install in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
meghfossa committed Dec 14, 2023
1 parent f26ae90 commit 1f6b2cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1f6b2cb

Please sign in to comment.