forked from mirrors/Awesome-CV
Remove dollar sign from usage section (#446)
Removed dollar sign to avoid pasting into the terminal
This commit is contained in:
parent
5b05d93565
commit
063fbc0d85
1 changed files with 2 additions and 2 deletions
|
@ -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
|
At a command prompt, run
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ xelatex {your-cv}.tex
|
xelatex {your-cv}.tex
|
||||||
```
|
```
|
||||||
|
|
||||||
Or using docker:
|
Or using docker:
|
||||||
|
|
||||||
```bash
|
```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``
|
In either case, this should result in the creation of ``{your-cv}.pdf``
|
||||||
|
|
Loading…
Reference in a new issue