diff --git a/doc/osm2pgsql.md b/doc/osm2pgsql.md new file mode 100644 index 0000000..8653cbc --- /dev/null +++ b/doc/osm2pgsql.md @@ -0,0 +1,11 @@ +# Setup osmconvert + +* update Apt repository cache +``` +sudo apt update +``` + +* install +``` +sudo apt install osm2pgsql --no-install-recommends +```