We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc50c6d commit 0cd0625Copy full SHA for 0cd0625
README.md
@@ -90,7 +90,7 @@ xelatex {your-cv}.tex
90
Or using docker:
91
92
```bash
93
-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
94
```
95
96
In either case, this should result in the creation of ``{your-cv}.pdf``
0 commit comments