Skip to content

Commit

Permalink
readme: update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
drewda committed Feb 12, 2018
1 parent 4b3125e commit 3a062ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ Scripts and a Docker container to maintain your own mirror of the [OpenStreetMap
Using [Osmosis](https://wiki.openstreetmap.org/wiki/Osmosis):

```sh
docker run --rm -v /mnt:/data -t interline/osm-planet-update:latest /scripts/minutely_update_osmosis.sh
mkdir -p data
docker run --rm -v data:/data -t interline/osm-planet-update:release-v0.1.1 /scripts/update_planet_osmosis.sh
```

Using [Osmctools](https://github.com/ramunasd/osmctools)

```sh
docker run --rm -v /mnt:/data -t interline/osm-planet-update:latest /scripts/minutely_update_osmctools.sh
mkdir -p data
docker run --rm -v data:/data -t interline/osm-planet-update:release-v0.1.1 /scripts/update_planet_osmctools.sh
```

0 comments on commit 3a062ef

Please sign in to comment.