X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/1d4dcd914fd277aebf242037064612224f4dde54..8bc3bb16a116f0152b49b00dff53fb1f37f0fb31:/README.md diff --git a/README.md b/README.md index c3f4a3d5..73c62a20 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,10 @@ Here is a quick summary of the necessary steps. 1. Compile Nominatim: - mkdir build - cd build - cmake .. - make + mkdir build + cd build + cmake .. + make For more detailed installation instructions see [docs/Installation.md](docs/Installation.md). There are also step-by-step instructions for @@ -36,7 +36,7 @@ Here is a quick summary of the necessary steps. 2. Get OSM data and import: - ./build/utils/setup.php --osm-file --all + ./build/utils/setup.php --osm-file --all Details can be found in [docs/Import_and_update.md](docs/Import_and_update.md)