Skip to content

Commit

Permalink
prepare v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
drewda committed Mar 13, 2019
1 parent 1e95984 commit 1ef757c
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 @@ -59,15 +59,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.6
docker pull interline/planetutils:release-v0.4.7
```

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.6 <command>
docker run --rm -v ${PWD}/data:/data -t interline/planetutils:release-v0.4.7 <command>
```

### Using Homebrew on Mac OS
Expand Down

0 comments on commit 1ef757c

Please sign in to comment.