Skip to content

Commit

Permalink
adjust readme to not mention versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondřej Benkovský committed Feb 14, 2022
1 parent 7610bd0 commit 15ec709
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,10 @@ them via all kind of image formats (png, svg, pdf)

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

or download compiled binaries

linux
```
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.8.0/dnstrace-darwin
```
windows
```
wget https://github.com/Tantalor93/dnstrace/releases/download/v1.8.0/dnstrace-windows-amd64
```

## Build
```
make build
Expand Down

0 comments on commit 15ec709

Please sign in to comment.