Skip to content

Commit

Permalink
Update release 0.2.0 links
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilder committed May 9, 2014
1 parent 3dd18b8 commit dfc75c9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ docker-gen can be used to generate various kinds of files for:

#### Host Install

Linux binaries for release [0.1.2](https://github.com/jwilder/docker-gen/releases)
Linux binaries for release [0.2.0](https://github.com/jwilder/docker-gen/releases)

* [amd64](https://github.com/jwilder/docker-gen/releases/download/0.1.2/docker-gen-linux-amd64-0.1.2.tar.gz)
* [i386](https://github.com/jwilder/docker-gen/releases/download/0.1.2/docker-gen-linux-i386-0.1.2.tar.gz)
* [amd64](https://github.com/jwilder/docker-gen/releases/download/0.2.0/docker-gen-linux-amd64-0.2.0.tar.gz)
* [i386](https://github.com/jwilder/docker-gen/releases/download/0.2.0/docker-gen-linux-i386-0.2.0.tar.gz)

Download the version you need, untar, and install to your PATH.

```
$ wget https://github.com/jwilder/docker-gen/releases/download/0.1.1/docker-gen-linux-amd64-0.1.0.tar.gz
$ tar xvzf tar xvzf docker-gen-linux-amd64-0.1.0.tar.gz
$ wget https://github.com/jwilder/docker-gen/releases/download/0.2.0/docker-gen-linux-amd64-0.2.0.tar.gz
$ tar xvzf tar xvzf docker-gen-linux-amd64-0.2.0.tar.gz
$ ./docker-gen
```

Expand Down

0 comments on commit dfc75c9

Please sign in to comment.