]> git.openstreetmap.org Git - nominatim.git/commitdiff
docs: add hint about putting the nominatim tool into the PATH
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 2 Feb 2021 09:51:03 +0000 (10:51 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 2 Feb 2021 09:56:40 +0000 (10:56 +0100)
docs/admin/Import.md

index 705ec9e91d6ac5ac75a46b89a7e0ab71eb39da97..21cae89a3a2cda636a2301d4c5365ee944ef7177 100644 (file)
@@ -27,12 +27,17 @@ The Nominatim tool assumes per default that the current working directory is
 the project directory but you may explicitly state a different directory using
 the `--project-dir` parameter. The following instructions assume that you have
 added the Nominatim build directory to your PATH and run all directories from
-the project directory. So change into now:
+the project directory. If you haven't done yet, add the build directory to your
+path and change to the new project directory:
 
 ```
+export PATH=~/Nominatim/build:$PATH
 cd $PROJECT_DIR
 ```
 
+Of course, you have to replace the path above with the location of your build
+directory.
+
 !!! tip "Migration Tip"
 
     Nominatim used to be run directly from the build directory until version 3.6.