Include metadata in command

pull/12/head
Merlijn Sebrechts 2018-05-20 23:21:36 +02:00
parent 135f70aab9
commit 65f26e2b8a
1 changed files with 1 additions and 1 deletions

View File

@ -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
```