docs: update readme for fedora, parrot, 24.04

This commit is contained in:
Paul Pfeister 2024-08-28 00:25:55 -04:00
parent f7075e1b64
commit e9eb7d32ce
No known key found for this signature in database
GPG key ID: 70D33A96CBD7A994

View file

@ -22,14 +22,18 @@
## Installation ## Installation
> [!WARNING]
> Packages for ParrotOS and Ubuntu 24.04, maintained by a third party, appear to be __broken__.
> Users of these systems should defer to pipx/pip or Docker.
| | Command | Notes | | Method | Notes | Status |
| - | - | - | | - | - | - |
| PyPI | `pipx install sherlock-project` | `pip` may be used in place of `pipx` | | `pipx install sherlock-project` | `pip` may be used in place of `pipx` | Official |
| Docker | `docker pull sherlock/sherlock` | | | `docker run -it sherlock/sherlock` | | Official |
| Debian family | `apt install sherlock` | Kali, Parrot, Debian Testing and Sid | | `dnf install sherlock-project` | | Official |
| BlackArch | `pacman -S sherlock` | | | `apt install sherlock` | | Community |
| Homebrew | `brew install sherlock` | | | `pacman -S sherlock` | | Community |
| `brew install sherlock` | | Community |
See all alternative installation methods [here](https://sherlockproject.xyz/installation) See all alternative installation methods [here](https://sherlockproject.xyz/installation)