diff --git a/.gitignore b/.gitignore index f83cd8c..84e87ae 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,6 @@ Output/ svg-inkscape/ .config/ .cache/ + +# Ignore environment file +.env diff --git a/README.md b/README.md index a9b61a6..5fb6ff9 100644 --- a/README.md +++ b/README.md @@ -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)