Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 784 Bytes

README.adoc

File metadata and controls

46 lines (30 loc) · 784 Bytes

Read me

Git repository containing the command line nuts presentation and samples.

How to build the presentation

The presentation is based on the Asciidoctor reveal.js backend.

Setup

You need Ruby (tested on 2.1), and make sure you have Bundler and Rake installed

gem install bundler
gem install rake

Then install the necessary gems

rake setup

Generating the presentation

rake build_reveal

Generating the presentation on every change

rake guard

Also install the live reload plugin from Chrome and activate it when displaying the presentation.

License

Release under the WTFPL 2.0 available in LICENSE.txt