Skip to content

Commit

Permalink
Add Homebrew install instructions to README (#298)
Browse files Browse the repository at this point in the history
Co-authored-by: Jamie Magee <[email protected]>
  • Loading branch information
shawnfunke and JamieMagee authored Aug 14, 2023
1 parent f3295a9 commit fa805cb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ curl -Lo sbom-tool https://github.com/microsoft/sbom-tool/releases/latest/downlo
chmod +x sbom-tool
```

#### Linux/macOS (Homebrew)
```bash
brew install sbom-tool
```

> [!NOTE]
> This Formulae requires the `x86_64` architecture, ARM is not supported at this time. For details see [#223](https://github.com/microsoft/sbom-tool/issues/223).
#### Building SBOM tool as docker image

Clone this repo and build the docker image.
Expand Down

0 comments on commit fa805cb

Please sign in to comment.