Skip to content

Commit

Permalink
prepare release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondřej Benkovský committed Feb 11, 2022
1 parent 68b9d07 commit 39c7b32
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 @@ -31,23 +31,23 @@ them via all kind of image formats (png, svg, pdf)

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

or download compiled binaries

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

## Build
Expand Down

0 comments on commit 39c7b32

Please sign in to comment.