Created
June 26, 2025 15:11
-
-
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 …
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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