DOCS: Updated Homebrew install and upgrade commands.

This commit is contained in:
Jeffrey Cafferata 2025-06-03 19:18:38 +02:00
parent fe6ffbd80a
commit 554d1b40b7
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -192,7 +192,7 @@ release:
##### Install with [Homebrew](https://brew.sh) (recommended)
```shell
brew install dnscontrol
brew install dnscontrol/tap/dnscontrol
```
##### Using with [Docker](https://www.docker.com)
@ -220,7 +220,7 @@ release:
#### Update with [Homebrew](https://brew.sh)
```shell
brew upgrade dnscontrol
brew upgrade dnscontrol/tap/dnscontrol
```
Alternatively, you can grab the latest binary (or the apt/rpm/deb package) from this page.

View file

@ -15,7 +15,7 @@ Choose one of the following installation methods:
On macOS (or Linux) you can install it using [Homebrew](https://brew.sh).
```shell
brew install dnscontrol
brew install dnscontrol/tap/dnscontrol
```
### Docker