We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e795938 commit d9925f7Copy full SHA for d9925f7
README.md
@@ -2,6 +2,16 @@
2
3
Scripts and a Docker container to maintain your own mirror of the [OpenStreetMap](http://www.openstreetmap.org) planet.
4
5
-Uses either:
6
-- [Osmosis](https://wiki.openstreetmap.org/wiki/Osmosis)
7
-- [Osmctools](https://github.com/ramunasd/osmctools)
+## Usage
+
+Using [Osmosis](https://wiki.openstreetmap.org/wiki/Osmosis):
8
9
+```sh
10
+docker run --rm -v /mnt:/data -t interline/osm-planet-update:latest /scripts/minutely_update_osmosis.sh
11
+```
12
13
+Using [Osmctools](https://github.com/ramunasd/osmctools)
14
15
16
+docker run --rm -v /mnt:/data -t interline/osm-planet-update:latest /scripts/minutely_update_osmctools.sh
17
0 commit comments