Skip to content

Commit

Permalink
docs: use nominatim-project everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmail committed Apr 28, 2024
1 parent 82970e2 commit c5aa6ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/admin/Import.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ to a single Nominatim setup: configuration, extra data, etc. Create a project
directory apart from the Nominatim software and change into the directory:

```
mkdir ~/nominatim-planet
cd ~/nominatim-planet
mkdir ~/nominatim-project
cd ~/nominatim-project
```

In the following, we refer to the project directory as `$PROJECT_DIR`. To be
able to copy&paste instructions, you can export the appropriate variable:

```
export PROJECT_DIR=~/nominatim-planet
export PROJECT_DIR=~/nominatim-project
```

The Nominatim tool assumes per default that the current working directory is
Expand Down

0 comments on commit c5aa6ab

Please sign in to comment.