From bce5f953e4b08d9e749446af000f563192cefa6f Mon Sep 17 00:00:00 2001
From: jen <jen@hamburg.ccc.de>
Date: Sat, 9 Nov 2019 20:53:01 +0100
Subject: [PATCH] Add README

---
 README.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b5c94b5
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# Angel Guide for Chaos Events
+
+## Requirements
+* asciidoctor
+* asciidoctor-pdf
+
+## How to build the PDF
+
+We need to specify asset and fonts directories to build the guide properly.
+
+e.g. for the camp2019
+
+```
+  $ asciidoctor-pdf -a pdf-theme=asset/camp2019/theme.yml -a pdf-fontsdir=asset/camp2019/fonts index.adoc
+```
-- 
GitLab