From 902dee364f7d81d61e2570ad44a77d0f7dac803c Mon Sep 17 00:00:00 2001 From: Oliver Tonnhofer Date: Tue, 22 Dec 2015 10:09:54 +0100 Subject: [PATCH] fix go install command (closes #78) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01a46f1..9168292 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ Imposm contains a fixed set of the dependencies that are known to work. You need git clone https://github.com/omniscale/imposm3 src/github.com/omniscale/imposm3 cd src/github.com/omniscale/imposm3 - godep go install ./... + godep go install ./ Usage