diff --git a/.goreleaser.yml b/.goreleaser.yml index 268ae3d72..c24e4b9a9 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -175,12 +175,6 @@ release: brew install dnscontrol ``` - ##### Install with [MacPorts](https://www.macports.org) - - ```shell - sudo port install dnscontrol - ``` - ##### Using with [Docker](https://www.docker.com) You can use the Docker image from [Docker hub](https://hub.docker.com/r/stackexchange/dnscontrol/) or [GitHub Container Registry](https://github.com/stackexchange/dnscontrol/pkgs/container/dnscontrol). @@ -209,10 +203,4 @@ release: brew upgrade dnscontrol ``` - ##### Install with [MacPorts](https://www.macports.org) - - ```shell - sudo port upgrade dnscontrol - ``` - Alternatively, you can grab the latest binary (or the apt/rpm/deb package) from this page. diff --git a/documentation/getting-started.md b/documentation/getting-started.md index d5aee1ead..1d04a160b 100644 --- a/documentation/getting-started.md +++ b/documentation/getting-started.md @@ -18,14 +18,6 @@ On macOS (or Linux) you can install it using [Homebrew](https://brew.sh). brew install dnscontrol ``` -### MacPorts - -Alternatively on macOS you can install it using [MacPorts](https://www.macports.org). - -```shell -sudo port install dnscontrol -``` - ### Docker You can use DNSControl locally using the Docker image from [Docker hub](https://hub.docker.com/r/stackexchange/dnscontrol/) or [GitHub Container Registry](https://github.com/stackexchange/dnscontrol/pkgs/container/dnscontrol) and the command below.