Skip to content

Commit

Permalink
Use go install instead of go get
Browse files Browse the repository at this point in the history
  • Loading branch information
joeig committed Nov 28, 2024
1 parent b791d0c commit c7935f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c7935f0

Please sign in to comment.