X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/6cc06828dbc722deb1c06dc4176400f727eb24dc..55fcc44c8cfc56cf270e22175a7d468ab04bea4c:/README.md diff --git a/README.md b/README.md index d4bb0936..6fd0cd45 100644 --- a/README.md +++ b/README.md @@ -41,12 +41,13 @@ A quick summary of the necessary steps: cd build cmake .. make + sudo make install 2. Create a project directory, get OSM data and import: mkdir nominatim-project cd nominatim-project - ~/build/nominatim import --osm-file + nominatim import --osm-file 3. Point your webserver to the nominatim-project/website directory.