summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Smith <martin@mbs3.org>2015-11-19 12:14:51 -0600
committerMartin Smith <martin@mbs3.org>2015-11-19 12:16:59 -0600
commitcabf14c291508ac95b927a268b87736c9cf3ac27 (patch)
treeec0209c8c99888b2d87d5058dbe4aa6b4fa964f6
parent09cd994c9094054d5a9efe8c2f7efbdf22cd7d64 (diff)
downloadchef-cabf14c291508ac95b927a268b87736c9cf3ac27.tar.gz
Add links to jump directly to IRC
Per btm's suggestion and the conversation at today's Developers Meeting, add some links to easy ways to join IRC and view read-only channel logs.
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 49409efe05..8c2df43a34 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Chef
+# Chef
[![Code Climate](https://codeclimate.com/github/chef/chef.png)](https://codeclimate.com/github/chef/chef)
[![Build Status Master](https://travis-ci.org/chef/chef.svg?branch=master)](https://travis-ci.org/chef/chef)
[![Build Status Master](https://ci.appveyor.com/api/projects/status/github/chef/chef?branch=master&svg=true&passingText=master%20-%20Ok&pendingText=master%20-%20Pending&failingText=master%20-%20Failing)](https://ci.appveyor.com/project/Chef/chef/branch/master)
@@ -9,6 +9,8 @@ Want to try Chef? Get started with [learnchef](https://learn.chef.io)
* Source: [http://github.com/chef/chef/tree/master](http://github.com/chef/chef/tree/master)
* Tickets/Issues: [https://github.com/chef/chef/issues](https://github.com/chef/chef/issues)
* IRC: `#chef` and `#chef-hacking` on Freenode
+ - Join via browser: [#chef](https://webchat.freenode.net/?channels=chef), [#chef-hacking](https://webchat.freenode.net/?channels=chef-hacking)
+ - View logs: [#chef](https://botbot.me/freenode/chef/), [#chef-hacking](https://botbot.me/freenode/chef-hacking/)
* Mailing list: [https://discourse.chef.io](https://discourse.chef.io)
Chef is a configuration management tool designed to bring automation to your
@@ -46,7 +48,7 @@ Then get the source and install it:
# Clone this repo
git clone https://github.com/chef/chef.git
-
+
# cd into the source tree
cd chef