From a75b1f6815918ca5e8ad8fd6bd378b9dbd5b6c57 Mon Sep 17 00:00:00 2001 From: Hex <165055168+hexshire@users.noreply.github.com> Date: Mon, 3 Feb 2025 09:50:38 -0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ebbc6faab..4d27af0cf 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,12 @@ python3 -m pip install slither-analyzer python3 -m pip install --upgrade slither-analyzer ``` +### Using Brew + +```console +brew install slither-analyzer +``` + ### Using Git ```bash