feat: add doc/osm2pgsql.md

This commit is contained in:
dancingCycle 2023-11-20 10:39:07 +01:00
parent 78bcf18bbd
commit 0467713370
1 changed files with 11 additions and 0 deletions

11
doc/osm2pgsql.md Normal file
View File

@ -0,0 +1,11 @@
# Setup osmconvert
* update Apt repository cache
```
sudo apt update
```
* install
```
sudo apt install osm2pgsql --no-install-recommends
```