brew_install.md

July 8, 2026 ยท View on GitHub

Installing using Homebrew on Mac/Linux

You will need to install Homebrew first.

Install

First install the custom tap, then trust it. Homebrew 6.0+ refuses to load formulae from third-party taps until they are explicitly trusted.

brew tap muquit/markdown-toc-go https://github.com/muquit/markdown-toc-go.git
brew trust muquit/markdown-toc-go
brew install markdown-toc-go

Or tap, trust and install in one go:

brew tap muquit/markdown-toc-go https://github.com/muquit/markdown-toc-go.git
brew trust muquit/markdown-toc-go
brew install muquit/markdown-toc-go/markdown-toc-go

Upgrade

brew upgrade markdown-toc-go

Uninstall

brew uninstall markdown-toc-go

Remove the tap

brew untap muquit/markdown-toc-go