Skip to content

Commit

Permalink
Update README in anticipatin of release
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafe Colton committed Oct 6, 2014
1 parent 14e2f62 commit 1941c65
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,15 @@ go get github.com/rafecolton/docker-builder

```bash
# on Mac OS X
curl -sL https://github.com/rafecolton/docker-builder/releases/download/v0.8.0/docker-builder-v0.8.0-darwin-amd64 \
curl -sL https://github.com/rafecolton/docker-builder/releases/download/v0.8.1/docker-builder-v0.8.0-darwin-amd64 \
-o /usr/local/bin/docker-builder && chmod +x /usr/local/bin/docker-builder

# on Linux, note: you may need sudo
curl -sL https://github.com/rafecolton/docker-builder/releases/download/v0.8.0/docker-builder-v0.8.0-linux-amd64 \
curl -sL https://github.com/rafecolton/docker-builder/releases/download/v0.8.1/docker-builder-v0.8.0-linux-amd64 \
-o /usr/local/bin/docker-builder && chmod +x /usr/local/bin/docker-builder
```

**NOTE:** Checksums available on the [release
page](https://github.com/rafecolton/docker-builder/releases/tag/v0.8.0)
**NOTE:** Checksums available on the [release page](https://github.com/rafecolton/docker-builder/releases)

#### From source

Expand Down

0 comments on commit 1941c65

Please sign in to comment.