Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpolden/echoip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2018-02-12 17:12:32 +0300
committerMartin Polden <mpolden@mpolden.no>2018-02-12 17:12:32 +0300
commit8940a3cdfee9306b6c7a32718dc22b859b81fb39 (patch)
tree6eb533e308d774df5a7315ef2f0820cb762fb03a /README.md
parentd49f1f73768c9cb874f19cd15c8d2192044ff76b (diff)
Update readme
Fixes #47
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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).