From ad008203575785a18d061043f0c99a219cfc6945 Mon Sep 17 00:00:00 2001 From: M3NIX Date: Mon, 11 Nov 2024 15:12:51 +0100 Subject: [PATCH] update readme for usage without docker --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 288a01a..983bcac 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,16 @@ Welcome to sigconverter.io, a user-friendly converter for Sigma rules. This proj ### Without Docker: +Requirements: + +- `python` +- `curl` +- `jq` +- `uv` (https://docs.astral.sh/uv/getting-started/installation/) + ```bash -poetry install -poetry run ./run.py +cd backend && ./setup-sigma-versions.sh && cd .. +./entrypoint.sh ``` ### With Docker: