pelias / polylines

Pelias import pipeline for polyline (road network) data.
MIT License
17 stars 24 forks source link

docs: go install instead of go get #271

Closed langbein-daniel closed 1 year ago

langbein-daniel commented 1 year ago

I replaced go get with go install as the execution of the first gave the following message:

'go get' is no longer supported outside a module. To build and install a command, use 'go install' with a version, like 'go install example.com/cmd@latest'.

langbein-daniel commented 1 year ago

On my system, go version gives go version go1.20.5 linux/amd64

missinglink commented 1 year ago

Thanks 🙏

langbein-daniel commented 1 year ago

You're very welcome.