Skip to content

Commit

Permalink
Merge pull request #58 from magicsword-io/readme-without-docker
Browse files Browse the repository at this point in the history
update readme for usage without docker
  • Loading branch information
josehelps authored Nov 18, 2024
2 parents 506e21b + ad00820 commit 7f5de7e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7f5de7e

Please sign in to comment.