Skip to content

Commit b8aa09c

Browse files
committed
convenient download url
1 parent 213ceba commit b8aa09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Download and uncompress the latest binary tarball from [releases](https://github
1313
For example, you can do this directly in your Dockerfiles installing into `/bin` as one step:
1414

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

0 commit comments

Comments
 (0)