mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-25 19:35:02 +03:00
docs: use nominatim-project everywhere
This commit is contained in:
parent
9410263485
commit
82a98f3780
@ -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:
|
directory apart from the Nominatim software and change into the directory:
|
||||||
|
|
||||||
```
|
```
|
||||||
mkdir ~/nominatim-planet
|
mkdir ~/nominatim-project
|
||||||
cd ~/nominatim-planet
|
cd ~/nominatim-project
|
||||||
```
|
```
|
||||||
|
|
||||||
In the following, we refer to the project directory as `$PROJECT_DIR`. To be
|
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:
|
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
|
The Nominatim tool assumes per default that the current working directory is
|
||||||
|
Loading…
Reference in New Issue
Block a user