docs - fix functions (#1395)

fix typo
pull/1397/head^2
Ryan Russell 2022-06-01 03:01:44 -05:00 zatwierdzone przez GitHub
rodzic 82b00c1389
commit b3af3d47d6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -162,7 +162,7 @@ make import-data # Import external data from OpenStreetMapData, Natur
make download area=albania # download albania .osm.pbf file -- can be skipped if a .osm.pbf file already existing
make import-osm # import data into postgres
make import-wikidata # import Wikidata
make import-sql # create / import sql funtions
make import-sql # create / import sql functions
make generate-bbox-file # compute data bbox -- not needed for the whole planet
make generate-tiles-pg # generate tiles
```