The quickstart script creates a different folder than README with same content:
quickstart script creates docker folder with:
git clone https://github.com/pelias/docker.git && cd docker
Following README creates pelias folder with
git clone https://github.com/pelias/docker.git ~/pelias
This may lead to duplicate files and mistakes in setting up the geocoder.
The quickstart script creates a different folder than README with same content: quickstart script creates docker folder with:
git clone https://github.com/pelias/docker.git && cd docker
Following README creates pelias folder with
git clone https://github.com/pelias/docker.git ~/pelias
This may lead to duplicate files and mistakes in setting up the geocoder.