fix `go install` instructions in README

master
Oliver Tonnhofer 2017-02-02 13:45:29 +01:00
parent 4de5d987d7
commit 0a2184b445
1 changed files with 1 additions and 1 deletions

View File

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