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.
This commit is contained in:
Brett Tofel 2021-06-01 10:01:00 -04:00 committed by GitHub
parent 714ffe1b60
commit e5cb7ce196
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