diff --git a/README.md b/README.md index cb3ad8e..0fe3b56 100644 --- a/README.md +++ b/README.md @@ -160,14 +160,6 @@ Done. You should now have an imposm3 binary in `$GOPATH/bin`. Go compiles to static binaries and so Imposm 3 has no runtime dependencies to Go. Just copy the `imposm3` binary to your server for deployment. The C/C++ libraries listed above are still required though. -##### Godep - -Imposm contains a fixed set of the dependencies that are known to work. You need to install Imposm with [godep][] to compile with this set. - - git clone https://github.com/omniscale/imposm3 src/github.com/omniscale/imposm3 - cd src/github.com/omniscale/imposm3 - godep go install ./ - Usage ----- @@ -246,10 +238,6 @@ To run all unit tests: make test-unit -Or: - - godep go test ./... - #### System tests ####