Skip to content

Instantly share code, notes, and snippets.

@arvindraghavan
Last active November 25, 2017 04:08
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arvindraghavan/298550869401add305f7 to your computer and use it in GitHub Desktop.
Save arvindraghavan/298550869401add305f7 to your computer and use it in GitHub Desktop.
Installing pandoc on Mac OSX using Homebrew

Starting from scratch (no LaTeX), you can do the following:

$ brew tap phinze/cask
$ brew install brew-cask
$ brew cask install mactex
$ brew update
$ brew install pandoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment