From 856d48249e33d8fcf0fd2618588b2340379c9429 Mon Sep 17 00:00:00 2001 From: fraggle Date: Sun, 11 Jan 2026 18:58:19 -0400 Subject: [PATCH] Remove remaining macOS references --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index c016a0a..bdb83f6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -40,7 +40,7 @@ make install-user ### Optional - **pandoc** - For building manpages - Debian/Ubuntu: `sudo apt-get install pandoc` - - macOS: `brew install pandoc` + - Arch: `sudo pacman -S pandoc` - Or use `go-md2man`: `go install github.com/cpuguy83/go-md2man/v2@latest` ## Installation Steps