Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 739 Bytes

index.md

File metadata and controls

28 lines (18 loc) · 739 Bytes

Releases

{% assign latest=site.data.releases.first %} Download latest release: {{ latest.tag }}

Older releases can be found on [github releases page]({{ site.release_baseurl }}).

{% include_relative README.md %}

About this website

To locally build and modify this jekyll site you'll need the following ruby gems:

$ gem install bundler jekyll

Then, inside the repository main folder:

$ bundle install

and follow the instructions.

Adding a new release

Add the release at the top of the releases page (_data/releases.yml), so that the main download button link will be automagically updated :)