add DOCX output to update.sh
This commit is contained in:
@@ -3,10 +3,13 @@
|
||||
## Getting started
|
||||
|
||||
```sh
|
||||
# Converting to PDF
|
||||
# Output as PDF
|
||||
pandoc resume.md -f markdown -t pdf -o resume.pdf \
|
||||
-V geometry:margin=0.75in \
|
||||
-V mainfont="Lato" \
|
||||
-V fontsize=11pt \
|
||||
-V raggedright
|
||||
|
||||
## Output as DOCX
|
||||
pandoc resume.md -f markdown -t docx -o resume.docx
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user