From 020c1262bc83ab1e5285c38842d025db2eed6a23 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Tue, 25 Dec 2018 16:59:04 +0100 Subject: [PATCH] document building the image --- pdf/README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 pdf/README.md diff --git a/pdf/README.md b/pdf/README.md new file mode 100644 index 0000000..1f1c87a --- /dev/null +++ b/pdf/README.md @@ -0,0 +1,29 @@ +# pdf + +This folder contains the programs to build a book version of the 12 characters. + +## Installation + +1. [Install docker](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04) + +## Create PDFs + +To build all PDFs, run + +``` +./build.sh +``` + +To build a specific PDF e.g. for English `en`, run + +``` +./build.sh en +``` + +The results will be present in the `books` folder. + +This uses the languages in the [play] folder. +If you wonder why there is only English, pull the translations +as describes in the [play] folder. + +[play]: ../play