Skip to content

Commit 0cd0625

Browse files
scriptswhisperOJFord
authored andcommitted
fix: docker run command
update docker image following #572 and #573 and github workflow .github/workflows /main.yml
1 parent dc50c6d commit 0cd0625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ xelatex {your-cv}.tex
9090
Or using docker:
9191

9292
```bash
93-
docker run --rm --user $(id -u):$(id -g) -i -w "/doc" -v "$PWD":/doc thomasweise/texlive make
93+
docker run --rm --user $(id -u):$(id -g) -i -w "/doc" -v "$PWD":/doc texlive/texlive:latest make
9494
```
9595

9696
In either case, this should result in the creation of ``{your-cv}.pdf``

0 commit comments

Comments
 (0)