mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2025-12-26 15:44:56 +08:00
fix: docker run command
update docker image following #572 and #573 and github workflow .github/workflows /main.yml
This commit is contained in:
parent
dc50c6d2ec
commit
0cd0625f2a
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ xelatex {your-cv}.tex
|
||||||
Or using docker:
|
Or using docker:
|
||||||
|
|
||||||
```bash
|
```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:latest make
|
||||||
```
|
```
|
||||||
|
|
||||||
In either case, this should result in the creation of ``{your-cv}.pdf``
|
In either case, this should result in the creation of ``{your-cv}.pdf``
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue