aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2021-06-25 21:18:48 +0200
committerMartin Polden <mpolden@mpolden.no>2021-06-25 21:18:48 +0200
commit70c9a8cbcada2598c17d241361d467cbfd15bcbd (patch)
tree55752202a728e23262fee78d77c90277b2a5a2d6
parent92a434d7eafdd353415c7e819e32dd06cf878a68 (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 30cb0c3..444eb53 100644
--- a/README.md
+++ b/README.md
@@ -93,9 +93,9 @@ between IPv4 and IPv6 lookup.
## Building
Compiling requires the [Golang compiler](https://golang.org/) to be installed.
-This package can be installed with `go get`:
+This package can be installed with:
-`go get github.com/mpolden/echoip/...`
+`go install github.com/mpolden/echoip/...@latest`
For more information on building a Go project, see the [official Go
documentation](https://golang.org/doc/code.html).