From 4e1e237c32abde5df33014ecb613bfcd120873cb Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Sun, 16 Jun 2024 20:33:41 -0400 Subject: [PATCH] Add BlackArch install command Co-authored-by: Siddharth Dushantha --- docs/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 600ac8af3..27b12b3d3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -31,7 +31,8 @@ | - | - | - | | PyPI | `pipx install sherlock-project` | `pip` may be used in place of `pipx` | | Docker | `docker pull sherlock/sherlock` | | -| Debian family | `apt install sherlock` | Kali, Parrot, Deb Testing, Deb Sid | +| Debian family | `apt install sherlock` | Kali, Parrot, Debian Testing and Sid | +| BlackArch | `pacman -S sherlock` | | | Homebrew | `brew install sherlock` | | PyPI and DockerHub images are mainaintenced by the Sherlock Project. Others are community supported.