Merge pull request #49 from bfirsh/add-badges-and-irc-channel

Add Travis badge and IRC channel to readme
This commit is contained in:
Ben Firshman 2014-12-08 22:20:36 +00:00
commit 54de0cf03f
1 changed files with 5 additions and 1 deletions

View File

@ -98,6 +98,9 @@ Options:
## Contributing
[![GoDoc](https://godoc.org/github.com/docker/machine?status.png)](https://godoc.org/github.com/docker/machine)
[![Build Status](https://travis-ci.org/docker/machine.svg?branch=master)](https://travis-ci.org/docker/machine)
Want to hack on Machine? [Docker's contributions guidelines](https://github.com/docker/docker/blob/master/CONTRIBUTING.md) apply.
To build, run:
@ -107,10 +110,11 @@ To build, run:
$ script/build
$ ./machine
If you have any questions we're in #docker-machine on Freenode.
## Creators
**Ben Firshman**
- <https://twitter.com/bfirsh>
- <https://github.com/bfirsh>