Skip to content

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tantalor93 committed Oct 17, 2023
1 parent 312f412 commit f3a4337
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,24 @@ nav_order: 1

# Installation

using `brew`
You can install dnspyre using [Homebrew](https://brew.sh) package manager
```
brew tap tantalor93/dnspyre
brew install dnspyre
```

or `go install`
Also you can use standard [Go tooling](https://pkg.go.dev/cmd/go#hdr-Compile_and_install_packages_and_dependencies) to install dnspyre
```
go install github.com/tantalor93/dnspyre/v2@latest
```

Or you can download latest dnspyre binary archive for your operating system and architecture [here](https://github.com/Tantalor93/dnspyre/releases/latest)

## Bash/ZSH Shell completion
When dnspyre is installed using [Homebrew](https://brew.sh), the shell completions are installed automatically, if Homebrew is configured to [install them](https://docs.brew.sh/Shell-Completion)

Otherwise you have to setup completions manually:

For **ZSH**, add to your `~/.zprofile` (or equivalent ZSH configuration file)
```
eval "$(dnspyre --completion-script-zsh)"
Expand Down

0 comments on commit f3a4337

Please sign in to comment.