Skip to content

Commit

Permalink
convenient download url
Browse files Browse the repository at this point in the history
  • Loading branch information
progrium committed Feb 10, 2015
1 parent 213ceba commit b8aa09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Download and uncompress the latest binary tarball from [releases](https://github
For example, you can do this directly in your Dockerfiles installing into `/bin` as one step:

```
RUN curl https://github.com/gliderlabs/herokuish/releases/download/v0.1.0/herokuish_0.1.0_linux_x86_64.tgz \
RUN curl http://dl.gliderlabs.com/herokuish/latest/linux_x86_64.tgz \
--silent -L | tar -xzC /bin
```

Expand Down

0 comments on commit b8aa09c

Please sign in to comment.