From a2bf2f225d70ad8c99bbc24ae1c3cfb26b7f19c4 Mon Sep 17 00:00:00 2001 From: Chamoda Pandithage Date: Sun, 26 Jun 2022 22:56:25 +0530 Subject: [PATCH] Change README.md docker image from thomasweise/texlive to texlive/texlive --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03d95e9..dce6ec7 100644 --- a/README.md +++ b/README.md @@ -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``