add 'make install' to installation instructions

This commit is contained in:
Sarah Hoffmann
2021-02-10 11:15:21 +01:00
parent 99dcd10d3f
commit 85589cf7dc
4 changed files with 22 additions and 18 deletions

View File

@@ -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 <your planet file>
nominatim import --osm-file <your planet file>
3. Point your webserver to the nominatim-project/website directory.