Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 424 Bytes

README.adoc

File metadata and controls

27 lines (19 loc) · 424 Bytes

README

Setup the environment

Installs the needed packages on your host machine.

Ubuntu
$ sudo apt-get install bundler
$ bundle install
Mac OS
$ sudo gem install bundler
$ bundle install

Build

Build both html and pdf files:

$ bundle exec rake build

Build only one binary:

$ bundle exec rake build:html
$ bundle exec rake build:pdf