all repos — markup @ 41e43b8153b35f618a50c47f2e7e6c5467e44b77

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