Change README.md docker image from thomasweise/texlive to texlive/texlive

This commit is contained in:
Chamoda Pandithage 2022-06-26 22:56:25 +05:30
parent 5b05d93565
commit a2bf2f225d

View file

@ -94,7 +94,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 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``