From 65f26e2b8a1ce41cc4f3c1fbad3d0723b27b1227 Mon Sep 17 00:00:00 2001 From: Merlijn Sebrechts Date: Sun, 20 May 2018 23:21:36 +0200 Subject: [PATCH] Include metadata in command --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0633961..3ca2e96 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,5 +11,5 @@ sudo apt install pandoc Generate the print version using `pandoc`. ```bash -pandoc --toc -V links-as-notes README.md [0-9]*.md -o hack-the-hackerspace.pdf +pandoc --toc pandoc-metadata.yaml README.md [0-9]*.md -o hack-the-hackerspace.pdf ```