diff --git a/README.md b/README.md index 03d95e9..70c98ef 100644 --- a/README.md +++ b/README.md @@ -88,13 +88,13 @@ If you don't want to install the dependencies on your system, this can also be o At a command prompt, run ```bash -$ xelatex {your-cv}.tex +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 thomasweise/texlive make ``` In either case, this should result in the creation of ``{your-cv}.pdf``