Merge pull request #1302 from bentito/patch-1

install.md Building Docs needs MacOS section
This commit is contained in:
Daniel J Walsh 2021-06-01 20:34:24 -04:00 committed by GitHub
commit b9661b2a05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,6 +182,11 @@ sudo apt-get install go-md2man
sudo dnf install go-md2man
```
```
# MacOS:
brew install go-md2man
```
Then
```bash