From c7935f048bbbda7361641bd37977c0098cab50a8 Mon Sep 17 00:00:00 2001 From: Johannes Eiglsperger Date: Thu, 28 Nov 2024 08:38:10 +0100 Subject: [PATCH] Use `go install` instead of `go get` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c485ea4..a7cde23 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Collects IPv4/IPv6 addresses of network devices (routers, firewalls etc.) and wr You need `go` and `GOBIN` in your `PATH`. Once that is done, install dyndns-pdns using the following command: ~~~ bash -go get -u github.com/joeig/dyndns-pdns/cmd/dyndns-pdns +go install github.com/joeig/dyndns-pdns/cmd/dyndns-pdns@latest ~~~ After that, copy [`config.dist.yml`](configs/config.dist.yml) to `config.yml`, replace the default settings and run the binary: