mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-22 05:58:33 +00:00
Change README.md docker image from thomasweise/texlive to texlive/texlive
This commit is contained in:
parent
5b05d93565
commit
a2bf2f225d
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ $ xelatex {your-cv}.tex
|
|||
Or using docker:
|
||||
|
||||
```bash
|
||||
$ docker run --rm --user $(id -u):$(id -g) -i -w "/doc" -v "$PWD":/doc thomasweise/texlive make
|
||||
$ docker run --rm --user $(id -u):$(id -g) -i -w "/doc" -v "$PWD":/doc texlive/texlive make
|
||||
```
|
||||
|
||||
In either case, this should result in the creation of ``{your-cv}.pdf``
|
||||
|
|
Loading…
Reference in a new issue