From 0a2184b445f1f5be4b711a7b9c515038b606e94b Mon Sep 17 00:00:00 2001 From: Oliver Tonnhofer Date: Thu, 2 Feb 2017 13:45:29 +0100 Subject: [PATCH] fix `go install` instructions in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f81be6f..f4d57ed 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ Then you need to enable GO15VENDOREXPERIMENT, if you are using Go 1.5. You can s Get the code and install Imposm 3: go get github.com/omniscale/imposm3 - go install github.com/omniscale/imposm3 + go install github.com/omniscale/imposm3/cmd/imposm3 Done. You should now have an imposm3 binary in `$GOPATH/bin`.