2018-05-18 15:11:07 +00:00
|
|
|
# Contributing to Hack the Hackerspace
|
|
|
|
|
|
|
|
## Building Hack the Hackerspace
|
|
|
|
|
|
|
|
First install the build tools.
|
|
|
|
|
|
|
|
```bash
|
|
|
|
sudo apt install pandoc
|
|
|
|
```
|
|
|
|
|
|
|
|
Generate the print version using `pandoc`.
|
|
|
|
|
|
|
|
```bash
|
2018-05-20 21:21:36 +00:00
|
|
|
pandoc --toc pandoc-metadata.yaml README.md [0-9]*.md -o hack-the-hackerspace.pdf
|
2018-05-18 15:11:07 +00:00
|
|
|
```
|