Skip to content

Commit

Permalink
Update 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilder committed Mar 7, 2015
1 parent 242875d commit ec3c825
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
docker-gen
=====

![latest v0.3.7](https://img.shields.io/badge/latest-v0.3.7-green.svg?style=flat)
![latest v0.3.8](https://img.shields.io/badge/latest-v0.3.8-green.svg?style=flat)
[![Build Status](https://travis-ci.org/jwilder/docker-gen.svg?branch=master)](https://travis-ci.org/jwilder/docker-gen)
![License MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)

Expand All @@ -25,16 +25,16 @@ There are three common ways to run docker-gen:

#### Host Install

Linux/OSX binaries for release [0.3.7](https://github.com/jwilder/docker-gen/releases)
Linux/OSX binaries for release [0.3.8](https://github.com/jwilder/docker-gen/releases)

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

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

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

Expand Down

0 comments on commit ec3c825

Please sign in to comment.