diff --git a/README.md b/README.md index 420fc22..3483b0b 100644 --- a/README.md +++ b/README.md @@ -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 \ is the name of your desired formula): +```bash +brew install mitre/saf/ +``` + + +To get the mitre/saf tap without installing any formula, use the following command: +```bash +brew tap mitre/saf +``` +