Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README updates #1

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# homebrew-saf
Formulae for installing packages developed by the MITRE Security Automation Framework (SAF) team.

## Installation Instructions

To install a specific formula from the mitre/saf tap locally, use the following command (where \<formula> is the name of your desired formula):
```bash
brew install mitre/saf/<formula>
```


To get the mitre/saf tap without installing any formula, use the following command:
```bash
brew tap mitre/saf
```