Skip to content

Instantly share code, notes, and snippets.

@lee-pai-long
Created February 5, 2016 15:15
Show Gist options
  • Save lee-pai-long/0e2cde7af5e36baca3e5 to your computer and use it in GitHub Desktop.
Save lee-pai-long/0e2cde7af5e36baca3e5 to your computer and use it in GitHub Desktop.

[LINUX MINT 17.2] Install Pandoc


$ wget https://github.com/jgm/pandoc/releases/download/1.16.0.2/pandoc-1.16.0.2-1-amd64.deb \
> -O /tmp/pandoc-1.16.0.2-1-amd64.deb && \
> sudo dpkg -i $_
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment