Merge pull request #4 from jkb018/patch-1

fix/docs[README,.env]: Add .env Instructions and add it to gitignore
This commit is contained in:
Frederik Beimgraben 2025-11-04 13:31:13 +01:00 committed by GitHub
commit 42db939502
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

3
.gitignore vendored
View File

@ -40,3 +40,6 @@ Output/
svg-inkscape/
.config/
.cache/
# Ignore environment file
.env

View File

@ -42,6 +42,7 @@ The HSRTReport class is a customized LaTeX document class based on KOMA-Script's
### Option 1: Docker (Recommended)
- **ENV**: Copy the `.env.example` and rename it to `.env`
- **Docker**: [Install Docker](https://docs.docker.com/get-docker/)
- **Docker Compose**: Supports both variants:
- `docker-compose` (standalone tool)