mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-23 13:44:36 +03:00
Fix script names in README (#1805)
This commit is contained in:
parent
c386cca73f
commit
c43b39bd88
@ -26,7 +26,7 @@ This step downloads and converts [Wikipedia](https://dumps.wikimedia.org/) page
|
|||||||
|
|
||||||
To download, convert, and import the data, then process summary statistics and compute importance scores, run:
|
To download, convert, and import the data, then process summary statistics and compute importance scores, run:
|
||||||
```
|
```
|
||||||
./wikipedia_import.sh
|
./import_wikipedia.sh
|
||||||
```
|
```
|
||||||
---
|
---
|
||||||
Wikidata
|
Wikidata
|
||||||
@ -54,5 +54,5 @@ By including Wikidata in the wikipedia_articles table, new connections can be ma
|
|||||||
|
|
||||||
To download, convert, and import the data, then process required items, run:
|
To download, convert, and import the data, then process required items, run:
|
||||||
```
|
```
|
||||||
./wikidata_import.sh
|
./import_wikidata.sh
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user