Skip to content

Commit

Permalink
Remove dollar sign from usage section (#446)
Browse files Browse the repository at this point in the history
Removed dollar sign to avoid pasting into the terminal
  • Loading branch information
dwhitz authored Nov 30, 2022
1 parent 5b05d93 commit 063fbc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down

0 comments on commit 063fbc0

Please sign in to comment.