aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2021-06-25 21:18:59 +0200
committerMartin Polden <mpolden@mpolden.no>2021-06-25 21:18:59 +0200
commit091fe623ac0eb95756c55e12d25ab44808e135f6 (patch)
tree283fe9495c7bd9190c1750949b903ea2bb886239
parent38144c708a53ea086612557212827d5b4780ad98 (diff)
readme: Use go install
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f3be5d7..59512a1 100644
--- a/README.md
+++ b/README.md
@@ -45,10 +45,10 @@ configure.
### Installation
-`zdns` is a standard Go package. Use `go get` to install it.
+`zdns` is a standard Go package. Install with:
``` shell
-$ go get github.com/mpolden/zdns/...
+$ go install github.com/mpolden/zdns/...@latest
```
### Configuration