From ea4d0fa1dd8857303bc0729f7686a3dd7f007814 Mon Sep 17 00:00:00 2001 From: Kushan Joshi <0o3ko0@gmail.com> Date: Mon, 5 Feb 2018 14:01:51 -0500 Subject: [PATCH] Update README.md This PR makes the path of host `.osm.pbf` file clearer. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 985385a86..4afc78367 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Pre-process the extract with the car profile and start a routing engine HTTP ser docker run -t -v $(pwd):/data osrm/osrm-backend osrm-extract -p /opt/car.lua /data/berlin-latest.osm.pbf -The flag `-v $(pwd):/data` creates the directory `/data` inside the docker container, and makes the current working directory `$(pwd)` available there. The file `/data/berlin-latest.osm.pbf` inside the container is referring to `berlin-latest.osm.pbf` on the host. +The flag `-v $(pwd):/data` creates the directory `/data` inside the docker container and makes the current working directory `$(pwd)` available there. The file `/data/berlin-latest.osm.pbf` inside the container is referring to `$(pwd)/berlin-latest.osm.pbf` on the host. docker run -t -v $(pwd):/data osrm/osrm-backend osrm-partition /data/berlin-latest.osrm docker run -t -v $(pwd):/data osrm/osrm-backend osrm-customize /data/berlin-latest.osrm