From c60cf64e62da1a4327102636f57616f073427b1f Mon Sep 17 00:00:00 2001 From: Erik Johnson Date: Fri, 9 Oct 2015 17:07:47 -0600 Subject: [PATCH] help.txt: correct paths to OSM / PBF import files; --- help.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/help.txt b/help.txt index c3cba5a..cc1c962 100644 --- a/help.txt +++ b/help.txt @@ -24,8 +24,8 @@ Set up a database saved on an external volume: initdb startdb createuser createdb migrate Import data: - The following will import the .osm file at `/tmp/import.osm` into the - database. + The following will import the file at `/data/import.pbf` or `/data/import.osm` + into the database. docker run -v /data/osm-postgresql:/var/lib/postgresql -v /tmp:/data homme/openstreetmap-tiles \ startdb import