mirror of
https://github.com/mpolden/echoip.git
synced 2025-01-12 11:17:25 +01:00
readme: Use go install
This commit is contained in:
parent
92a434d7ea
commit
70c9a8cbca
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user