Skip to content

morloc-project/morloc-project.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= Morloc Technical Documentation

To compile this documentation run make.

You will need to install asciidoctor and asciidoctor-bibtex.

Installation

Install asciidoctor, on arch it is pacman -Ss asciidoctor, for other systems, figure it out for yourself.

Then install Ruby gems for bibtex and syntax highlighting:

gem install asciidoctor-bibtex
gem install pygments.rb