mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-06 13:14:25 +08:00
DOCS: Add MacPorts to Install section (#1729)
This commit is contained in:
parent
639a4473d7
commit
c9b166ff0f
1 changed files with 9 additions and 5 deletions
14
README.md
14
README.md
|
@ -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/)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue