mirror of
https://github.com/letsencrypt/unbound_exporter
synced 2025-02-16 10:37:13 +00:00
Update installation instructions (#43)
`go get` is no longer supported outside of modules. Use `go install` instead. Also document minimum required Go version.
This commit is contained in:
parent
ef346f5e25
commit
f536641923
10
README.md
10
README.md
@ -9,12 +9,16 @@ names and labels by using a set of regular expressions.
|
||||
|
||||
- - - -
|
||||
|
||||
# Prerequisites
|
||||
|
||||
Go 1.16 or above is required.
|
||||
|
||||
# Installation
|
||||
|
||||
To install this code and in your go environment. You can then add the binary to your `PATH`.
|
||||
go install github.com/letsencrypt/unbound_exporter@latest
|
||||
|
||||
go get github.com/letsencrypt/unbound_exporter
|
||||
go install github.com/letsencrypt/unbound_exporter
|
||||
This will install the binary in `$GOBIN`, or `$HOME/go/bin` if
|
||||
`$GOBIN` is unset.
|
||||
|
||||
# Updating dependencies
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user