X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/9bca670b4ee75d6d16fd6f027bed139a9388721b..a48ebd9b477318bc5fdb44d7dc6bbf695911a4b9:/README.md diff --git a/README.md b/README.md index d4bb0936..b643088b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Build Status](https://github.com/osm-search/Nominatim/workflows/CI%20Tests/badge.svg)](https://github.com/osm-search/Nominatim/actions?query=workflow%3A%22CI+Tests%22) +[![codecov](https://codecov.io/gh/osm-search/Nominatim/branch/master/graph/badge.svg?token=8P1LXrhCMy)](https://codecov.io/gh/osm-search/Nominatim) Nominatim ========= @@ -41,12 +42,13 @@ A quick summary of the necessary steps: cd build cmake .. make + sudo make install 2. Create a project directory, get OSM data and import: mkdir nominatim-project cd nominatim-project - ~/build/nominatim import --osm-file + nominatim import --osm-file 3. Point your webserver to the nominatim-project/website directory.