docs: update CLI user guide

This commit is contained in:
Sina Atalay committed 2024-03-29 18:09:54 +01:00
1 parent 752bafa568
commit 9fd78ba714
1 file changed
+2 -2
+2 -2
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
```