X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/84495489d9b995ff5cb1270a6ed0665c820f9d38..a9334218603f2477ddd94786099a71f6d8cf6313:/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)