From e5cb7ce196699e40dbb2c6556b536ca5b163339c Mon Sep 17 00:00:00 2001 From: Brett Tofel Date: Tue, 1 Jun 2021 10:01:00 -0400 Subject: [PATCH] install.md Building Docs needs MacOS section The Building Documentation section of the `install.md` also needs a MacOS section because go-md2man is not present there, by default, either. --- install.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install.md b/install.md index ed1d4499..954c6bb0 100644 --- a/install.md +++ b/install.md @@ -182,6 +182,11 @@ sudo apt-get install go-md2man sudo dnf install go-md2man ``` +``` +# MacOS: +brew install go-md2man +``` + Then ```bash