all repos — markup @ 407264c45a5c1b823a87e9e9bc82a740a080dfea

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