setup/doc/osmconvert.md

12 lines
144 B
Markdown
Raw Permalink Normal View History

2023-11-20 10:04:19 +01:00
# Setup osmconvert
* update Apt repository cache
```
sudo apt update
```
* install
```
sudo apt install osmctools --no-install-recommends
```