From 063fbc0d85f9b39f8bf7fd2cfd1de946cc609e5d Mon Sep 17 00:00:00 2001 From: dwhitz <25538711+dwhitz@users.noreply.github.com> Date: Wed, 30 Nov 2022 05:50:05 +0100 Subject: [PATCH] Remove dollar sign from usage section (#446) Removed dollar sign to avoid pasting into the terminal --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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``