From b49eb9b1c83a90b477df814e3484314b830b9d5b Mon Sep 17 00:00:00 2001 From: jen <jen@hamburg.ccc.de> Date: Sun, 1 Dec 2019 15:32:59 +0100 Subject: [PATCH] Update README --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b5c94b5..a200e0a 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,21 @@ # Angel Guide for Chaos Events +This guide is written in Asciidoc. + ## Requirements * asciidoctor * asciidoctor-pdf -## How to build the PDF +## Asciidoctor resources -We need to specify asset and fonts directories to build the guide properly. +[Quick Reference](https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/) +[User Manual](https://asciidoctor.org/docs/user-manual/) + +## How to build the PDF -e.g. for the camp2019 +Run the following command in the git repositories root folder, after installing +the requirements. ``` - $ asciidoctor-pdf -a pdf-theme=asset/camp2019/theme.yml -a pdf-fontsdir=asset/camp2019/fonts index.adoc + $ asciidoctor-pdf guide.adoc ``` -- GitLab