mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-08 14:15:30 +08:00
DOCS: Updated Homebrew install
and upgrade
commands.
This commit is contained in:
parent
fe6ffbd80a
commit
554d1b40b7
2 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue