From bbc4ab542d6797eceeb80995ec7814d15f1dd9de Mon Sep 17 00:00:00 2001 From: Joe Testa Date: Sun, 31 May 2020 11:44:00 -0400 Subject: [PATCH] Added Homebrew installation instructions (#27). --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f895559..e40ae44 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,11 @@ To install the snap package: $ snap install ssh-audit ``` +To install on Homebrew: +``` +$ brew install ssh-audit +``` + ## ChangeLog ### v2.2.1-dev (???) - Suppress recommendation of token host key types.