From fa78474de91e32f0785641669e825ddb4847254c Mon Sep 17 00:00:00 2001 From: Paul Woitaschek Date: Thu, 19 Jul 2018 15:48:06 +0200 Subject: [PATCH] Create the templates directory recursively. Move into that directory. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa00caa..8ed9fbd 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,8 @@ Before you can make use of the template you need to move the LaTeX template file into Pandocs template directory: ``` -mkdir ~/.pandoc -mv your-repo-path/letter.latex ~/.pandoc/templates +mkdir -p ~/.pandoc/templates +mv your-repo-path/letter.latex ~/.pandoc/templates/ ``` After creating a letter written in Markdown you can compile it into PDF with the