Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
drewda committed Feb 12, 2018
1 parent e795938 commit d9925f7
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

Uses either:
- [Osmosis](https://wiki.openstreetmap.org/wiki/Osmosis)
- [Osmctools](https://github.com/ramunasd/osmctools)
## Usage

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
```

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
```

0 comments on commit d9925f7

Please sign in to comment.