From a2ff4a37983015e06057e512732cab20f1f23932 Mon Sep 17 00:00:00 2001 From: Thomas Rittson Date: Wed, 17 Jul 2024 14:39:10 +1000 Subject: [PATCH] add libmagic step --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d9d9c9b..0c94ab8 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Follow the steps in [Bitwarden Splunk SIEM][Bitwarden Splunk SIEM] 1. Clone the Github repository: `git clone https://github.com/bitwarden/splunk.git` 2. Install Python 3.8 3. Install [Poetry][poetry] +4. If you're using a Mac, install libmagic: `brew install libmagic` 4. Navigate to your local repository 5. Activate the poetry shell: `poetry shell` 6. Tell poetry to use Python 3.8: `poetry env use python3.8`