Skip to content

Commit

Permalink
Add go 1.17+ instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
d3mondev authored Dec 2, 2021
1 parent dc73bee commit d175e65
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,18 @@ You need to obtain a list of public DNS servers in order to use puredns. [Refer

## Installation

You can install puredns using the following command:
### go 1.15, 1.16

```
GO111MODULE=on go get github.com/d3mondev/puredns/v2
```

### go 1.17+

```
go install github.com/d3mondev/puredns/v2@latest
```

# Usage

Make sure to view the complete list of available commands and options using `puredns --help`.
Expand Down

0 comments on commit d175e65

Please sign in to comment.