DOCS: MacPorts removed (#3022)

Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
Jeffrey Cafferata 2024-06-29 19:10:09 +02:00 committed by GitHub
parent 01e0fbb629
commit f83c8162ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 20 deletions

View file

@ -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.

View file

@ -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.