Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
bumps version to 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mhausenblas committed Jul 12, 2017
1 parent 8aeb318 commit 5cdcf8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ If you want to use the ReShifter app, that is the Web UI, you need to use the Do
For example, to launch the ReShifter app locally, do:

```
$ docker run --rm -p 8080:8080 quay.io/mhausenblas/reshifter:0.3.8
$ docker run --rm -p 8080:8080 quay.io/mhausenblas/reshifter:0.3.9
```

If you want to use the ReShifter API, for example as a head-less service, you can simply use the binary, no other dependencies required:

```
$ curl -s -L https://github.com/mhausenblas/reshifter/releases/download/v0.3.8-alpha/reshifter -o reshifter
$ curl -s -L https://github.com/mhausenblas/reshifter/releases/download/v0.3.9-alpha/reshifter -o reshifter
$ chmod +x reshifter
$ ./reshifter
```
Expand Down Expand Up @@ -83,7 +83,7 @@ yourself.
## CLI tool

ReShifter also provides for a CLI tool called `rcli`.
Get binary releases for Linux and macOS via the [GitHub release page](https://github.com/mhausenblas/reshifter/releases/tag/v0.3.8-alpha).
Get binary releases for Linux and macOS via the [GitHub release page](https://github.com/mhausenblas/reshifter/releases/tag/v0.3.9-alpha).

```
$ rcli -h
Expand Down

0 comments on commit 5cdcf8d

Please sign in to comment.