readme: Use go install

This commit is contained in:
Martin Polden 2021-06-25 21:18:48 +02:00
parent 92a434d7ea
commit 70c9a8cbca
1 changed files with 2 additions and 2 deletions

View File

@ -93,9 +93,9 @@ between IPv4 and IPv6 lookup.
## Building ## Building
Compiling requires the [Golang compiler](https://golang.org/) to be installed. 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 For more information on building a Go project, see the [official Go
documentation](https://golang.org/doc/code.html). documentation](https://golang.org/doc/code.html).