DOCS: Add MacPorts to Install section (#1729)

This commit is contained in:
Andy Hall 2022-08-27 09:03:44 -04:00 committed by GitHub
parent 639a4473d7
commit c9b166ff0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -160,15 +160,19 @@ git clone https://github.com/StackExchange/dnscontrol.git
If these don't work, more info is in [#805](https://github.com/StackExchange/dnscontrol/issues/805).
---
### Via packages
Get prebuilt binaries from [github releases](https://github.com/StackExchange/dnscontrol/releases/latest)
Get prebuilt binaries from [GitHub releases](https://github.com/StackExchange/dnscontrol/releases/latest).
Alternatively, on Mac you can install it using homebrew:
Alternatively, on Mac you can install it using Homebrew or MacPorts:
`brew install dnscontrol`
```bash
# Homebrew
brew install dnscontrol
# MacPorts
sudo port install dnscontrol
````
## Via [docker](https://hub.docker.com/r/stackexchange/dnscontrol/)