mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2026-02-23 05:15:30 +08:00
Merge daf6127b9d into 36075ed034
This commit is contained in:
commit
4a01334c10
1 changed files with 1 additions and 1 deletions
|
|
@ -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``
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue