]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/install-on-ubuntu-16.md
update docs for new country grid location
[nominatim.git] / docs / install-on-ubuntu-16.md
index 2baacc81718646a810ddf071a9b28af3a458de58..66d82cf0090f2145ddbf0aec9889bf1dd557b0eb 100644 (file)
@@ -137,6 +137,13 @@ Get the source code from Github and change into the source directory
 
 
 
+When installing the latest source from github, you also need to
+download the country grid:
+
+
+    wget -O data/country_osm_grid.sql.gz http://www.nominatim.org/data/country_grid.sql.gz
+
+
 The code must be built in a separate directory. Create this directory,
 then configure and build Nominatim in there: