Skip to content

Commit

Permalink
prepare release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Benkovsky committed Jul 29, 2021
1 parent 1138211 commit 25432bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,23 @@ them via all kind of image formats (png, svg, pdf)

## Installation
```
go get github.com/tantalor93/dnstrace@v1.5.0
go get github.com/tantalor93/dnstrace@v1.6.0
```
will install the binary in your $GOPATH/bin

or download compiled binaries

linux
```
wget https://github.com/Tantalor93/dnstrace/releases/download/v1.5.0/dnstrace-linux-amd64
wget https://github.com/Tantalor93/dnstrace/releases/download/v1.6.0/dnstrace-linux-amd64
```
darwin(macos)
```
wget https://github.com/Tantalor93/dnstrace/releases/download/v1.5.0/dnstrace-darwin
wget https://github.com/Tantalor93/dnstrace/releases/download/v1.6.0/dnstrace-darwin
```
windows
```
wget https://github.com/Tantalor93/dnstrace/releases/download/v1.5.0/dnstrace-windows-amd64
wget https://github.com/Tantalor93/dnstrace/releases/download/v1.6.0/dnstrace-windows-amd64
```

## Build
Expand Down

0 comments on commit 25432bb

Please sign in to comment.