Update README.md

Fix: can't load package: package github.com/mpolden/ipd: no Go files in /home/freddy/gowork/src/github.com/mpolden/ipd
This commit is contained in:
Alessandro Lucaferro 2018-02-12 09:36:22 +01:00 committed by GitHub
parent da891c9211
commit 56148b2fe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ force IPv4 or IPv6 lookup.
Compiling requires the [Golang compiler](https://golang.org/) to be installed.
This application can be installed by using `go get`:
`go get github.com/mpolden/ipd`
`go get github.com/mpolden/ipd/cmd/ipd`
For more information on building a Go project, see the [official Go
documentation](https://golang.org/doc/code.html).