docs: update CLI user guide

This commit is contained in:
Sina Atalay 2024-03-29 18:09:54 +01:00
parent 752bafa568
commit 9fd78ba714
1 changed files with 2 additions and 2 deletions

View File

@ -221,10 +221,10 @@ rendercv new --theme THEME_NAME "John Doe"
### `rendercv render`
`rendercv render INPUT_FILE_PATH` renders the given YAML input file. An optional `use-local-latex` option can be used to generate the CV with the local LaTeX installation.
`rendercv render INPUT_FILE_PATH` renders the given YAML input file. An optional `use-local-latex-command` option can be used to generate the CV with the local LaTeX installation.
```bash
rendercv render --use-local-latex John_Doe_CV.yaml
rendercv render --use-local-latex-command pdflatex John_Doe_CV.yaml
```