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:
commit
42db939502
3
.gitignore
vendored
3
.gitignore
vendored
@ -40,3 +40,6 @@ Output/
|
||||
svg-inkscape/
|
||||
.config/
|
||||
.cache/
|
||||
|
||||
# Ignore environment file
|
||||
.env
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user