Skip to content

Commit

Permalink
Update version in README [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafe Colton committed Nov 11, 2014
1 parent 0068d55 commit e22a2f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ go get github.com/rafecolton/docker-builder

```bash
# on Mac OS X
curl -sL https://github.com/rafecolton/docker-builder/releases/download/v0.10.0-rc1/docker-builder-v0.10.0-rc1-darwin-amd64 \
curl -sL https://github.com/rafecolton/docker-builder/releases/download/v0.10.0/docker-builder-v0.10.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.10.0-rc1/docker-builder-v0.10.0-rc1-linux-amd64 \
curl -sL https://github.com/rafecolton/docker-builder/releases/download/v0.10.0/docker-builder-v0.10.0-linux-amd64 \
-o /usr/local/bin/docker-builder && chmod +x /usr/local/bin/docker-builder
```

Expand Down

0 comments on commit e22a2f4

Please sign in to comment.