From 9ace303a25b51f6b86148fc97b80fd05130a02ea Mon Sep 17 00:00:00 2001 From: Rlin232 Date: Fri, 8 Jul 2022 10:58:08 -0700 Subject: [PATCH] Added installation instructions to README Signed-off-by: Rlin232 --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 +``` +