summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Kantrowitz <noah@coderanger.net>2015-11-19 10:27:28 -0800
committerNoah Kantrowitz <noah@coderanger.net>2015-11-19 10:27:28 -0800
commit6daa82ccef910305f738255fe1413cca34e8e3f3 (patch)
treeec0209c8c99888b2d87d5058dbe4aa6b4fa964f6
parent09cd994c9094054d5a9efe8c2f7efbdf22cd7d64 (diff)
parentcabf14c291508ac95b927a268b87736c9cf3ac27 (diff)
downloadchef-6daa82ccef910305f738255fe1413cca34e8e3f3.tar.gz
Merge pull request #4187 from martinb3/add_links_irc
Documentation update: add README.md links to join IRC channels
-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