From 8940a3cdfee9306b6c7a32718dc22b859b81fb39 Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Mon, 12 Feb 2018 15:12:32 +0100 Subject: [PATCH] Update readme Fixes #47 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a68089..8c389e7 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,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/...` For more information on building a Go project, see the [official Go documentation](https://golang.org/doc/code.html).