all repos — markup @ d565a88a743c2624351ce4cd1f027d2bb1cd76ed

The code we use to render README.your_favorite_markup

script/bootstrap (view raw)

1#!/bin/bash
2
3set -e
4
5cd $(dirname "$0")/..
6
7bundle install
8easy_install docutils
9brew install asciidoc