[![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
=========
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 <your planet file>
+ nominatim import --osm-file <your planet file>
3. Point your webserver to the nominatim-project/website directory.