setup/doc/osm2pgsql.md

12 lines
144 B
Markdown
Raw Permalink Normal View History

2023-11-20 10:39:07 +01:00
# Setup osmconvert
* update Apt repository cache
```
sudo apt update
```
* install
```
sudo apt install osm2pgsql --no-install-recommends
```