This commit is contained in:
Justin Shenk 2026-02-10 16:01:04 +01:00 committed by GitHub
commit 4a01334c10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,7 +90,7 @@ xelatex {your-cv}.tex
Or using docker:
```bash
docker run --rm --user $(id -u):$(id -g) -i -w "/doc" -v "$PWD":/doc texlive/texlive:latest make
docker run --rm --user $(id -u):$(id -g) -i -w "/doc" -v "$PWD":/doc -e FONTCONFIG_CACHE=/tmp/.fontconfig texlive/texlive:latest make 2>/dev/null
```
In either case, this should result in the creation of ``{your-cv}.pdf``