From ce5939856c992b85b7be34c9c97f5b87997b3346 Mon Sep 17 00:00:00 2001 From: Joe Testa Date: Thu, 26 Aug 2021 16:36:31 -0400 Subject: [PATCH] Removed Homebrew from list of pre-built packages. --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 423408a..579ce1f 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ Below is a screen shot of the client-auditing output when an unhardened OpenSSH Guides to harden server & client configuration can be found here: [https://www.ssh-audit.com/hardening_guides.html](https://www.ssh-audit.com/hardening_guides.html) ## Pre-Built Packages -Pre-built packages are available for Windows (see the releases page), on PyPI, Snap, and Homebrew. +Pre-built packages are available for Windows (see the releases page), PyPI, Snap, and Docker. To install from PyPI: ``` @@ -160,11 +160,6 @@ To install the Snap package: $ snap install ssh-audit ``` -To install on Homebrew: -``` -$ brew install ssh-audit -``` - To install from Dockerhub: ``` $ docker pull positronsecurity/ssh-audit