Skip to content
Snippets Groups Projects
README.md 532 B
Newer Older
  • Learn to ignore specific revisions
  • jen's avatar
    jen committed
    # Angel Guide for Chaos Events
    
    
    jen's avatar
    jen committed
    This guide is written in Asciidoc.
    
    
    jen's avatar
    jen committed
    ## Requirements
    * asciidoctor
    * asciidoctor-pdf
    
    
    jen's avatar
    jen committed
    ## Asciidoctor resources
    
    jen's avatar
    jen committed
    
    
    jen's avatar
    jen committed
    [Quick Reference](https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/)
    [User Manual](https://asciidoctor.org/docs/user-manual/)
    
    ## How to build the PDF
    
    jen's avatar
    jen committed
    
    
    jen's avatar
    jen committed
    Run the following command in the git repositories root folder, after installing
    the requirements.
    
    jen's avatar
    jen committed
    
    ```
    
    jen's avatar
    jen committed
      $ asciidoctor-pdf guide.adoc
    
    jen's avatar
    jen committed
    ```
    
    
    Build the guide in other languages:
    ```
      $ asciidoctor-pdf -a lang=de guide.adoc
    ```