fix go install command (closes #78)

master
Oliver Tonnhofer 2015-12-22 10:09:54 +01:00
parent 7a49cdff6e
commit 902dee364f
1 changed files with 1 additions and 1 deletions

View File

@ -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