1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

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

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/)