From b810e7da6393d6ed1582108ed8bc2da2a148a549 Mon Sep 17 00:00:00 2001 From: Fernando Date: Sat, 2 May 2026 11:19:56 -0300 Subject: [PATCH] Include Homebrew installation for sigma-cli Added installation instructions for sigma-cli using Homebrew. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 96b6fe3..b662cbc 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ on macOS use ``` python3 -m pip install sigma-cli ``` +``` +brew install sigma-cli +``` Another way is to run this from source in a virtual environment managed by [Poetry](https://python-poetry.org/docs/basic-usage/):