1
0
Fork 0
mirror of https://codeberg.org/tqt/hackerspace-blueprint.git synced 2023-12-14 05:33:06 +01:00

Include metadata in command

This commit is contained in:
Merlijn Sebrechts 2018-05-20 23:21:36 +02:00
parent 135f70aab9
commit 65f26e2b8a

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