Skip to content

Instantly share code, notes, and snippets.

@lxneng
Created May 13, 2011 06:08
Show Gist options
  • Save lxneng/970067 to your computer and use it in GitHub Desktop.
Save lxneng/970067 to your computer and use it in GitHub Desktop.

on ubuntu

sudo apt-get install pandoc

on mac

install haskell-platform first

sudo brew install haskell-platform

install pandoc

cabal update && cabal install pandoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment