Skip to content

Commit d9925f7

Browse files
committed
updating readme
1 parent e795938 commit d9925f7

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
Scripts and a Docker container to maintain your own mirror of the [OpenStreetMap](http://www.openstreetmap.org) planet.
44

5-
Uses either:
6-
- [Osmosis](https://wiki.openstreetmap.org/wiki/Osmosis)
7-
- [Osmctools](https://github.com/ramunasd/osmctools)
5+
## Usage
6+
7+
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+
```sh
16+
docker run --rm -v /mnt:/data -t interline/osm-planet-update:latest /scripts/minutely_update_osmctools.sh
17+
```

0 commit comments

Comments
 (0)