Skip to content

Instantly share code, notes, and snippets.

@kaosf
Created May 13, 2014 16:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaosf/9e9539272fadd2b4e524 to your computer and use it in GitHub Desktop.
Save kaosf/9e9539272fadd2b4e524 to your computer and use it in GitHub Desktop.
sudo apt-get install haskell-platform
mkdir -p some/where/as/you/like
cd some/where/as/you/like
cabal install cabal-install
export PATH=$HOME/.cabal/bin:$PATH
cabal sandbox init
git clone git@github.com:pasberth/paradocs.git
cabal install ./paradocs
./.cabal-sandbox/bin/paradocs ./paradocs/doc/cheatsheet.pdoc > cheatsheet.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment