Remove dollar sign from usage section (#446)

Removed dollar sign to avoid pasting into the terminal
This commit is contained in:
dwhitz 2022-11-30 05:50:05 +01:00 committed by GitHub
parent 5b05d93565
commit 063fbc0d85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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``