diff --git a/README.md b/README.md index b2dde50..b87d8f9 100644 --- a/README.md +++ b/README.md @@ -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 ```