Skip to content

Commit

Permalink
document building the image
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann authored Dec 25, 2018
1 parent 6cf5289 commit 020c126
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions pdf/README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 020c126

Please sign in to comment.