Skip to content

Instantly share code, notes, and snippets.

@tingletech
Created February 3, 2012 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tingletech/1728737 to your computer and use it in GitHub Desktop.
Save tingletech/1728737 to your computer and use it in GitHub Desktop.
install SNAC's docco
#!/usr/bin/env bash
set -eu
which curl pip
# install node
# left to an exercise to the reader
# https://github.com/joyent/node/wiki/Installation
# brew install node
# install npm
# http://npmjs.org/
curl http://npmjs.org/install.sh | sh
# install coffee-script
# http://coffeescript.org/
npm install -g coffee-script
# (Leave off the -g if you don't wish to install globally.)
# pygments; 1.5 version needed for groovy formatting
pip install -e hg+https://bitbucket.org/birkenfeld/pygments-main#egg=Pygments
# install docco
npm install -g https://github.com/tingletech/docco/tarball/xslt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment