Skip to content

Instantly share code, notes, and snippets.

@petergi
Created June 26, 2025 15:11
Show Gist options
  • Save petergi/dcfe4279bb9c586463d0c4936a0738df to your computer and use it in GitHub Desktop.
Save petergi/dcfe4279bb9c586463d0c4936a0738df to your computer and use it in GitHub Desktop.
You can use Conda, Ports, Homebrew or the Installer Package directly (https://pandoc.org/installing.html) But seriously do yourself a favor just use Homebrew! Using Homebrew: Homebrew is a popular package manager for macOS that simplifies the installation process. If you don't have Homebrew installed, you can install it by running the following …
# If you don't already have it.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Once Homebrew is installed, you can install Pandoc by running:
brew install pandoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment