Skip to content

Commit

Permalink
update readme for v0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
drewda committed Sep 17, 2019
1 parent 92405c3 commit d083187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ PlanetUtils is a "high level" library that makes use of [Osmosis](https://wiki.o
Make sure you have [Docker](https://www.docker.com/community-edition) installed. Then:

```sh
docker pull interline/planetutils:release-v0.4.9
docker pull interline/planetutils:release-v0.4.10
```

Any of the example commands below can be executed with `docker run`. It may be helpful to mount a local directory inside the container for persistence and to access output files.

- Example of using `docker run` with the `data` directory mounted as `/data`:

```sh
docker run --rm -v ${PWD}/data:/data -t interline/planetutils:release-v0.4.9 <command>
docker run --rm -v ${PWD}/data:/data -t interline/planetutils:release-v0.4.10 <command>
```

### Using Homebrew on Mac OS
Expand Down

0 comments on commit d083187

Please sign in to comment.