From 4a6b595ab1cacd56eada3ba24554feb72f3c4c47 Mon Sep 17 00:00:00 2001 From: Carl Yeksigian Date: Wed, 19 Feb 2014 15:23:30 -0500 Subject: [PATCH] Add IRC Channel to readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f4385ddce..4458614ae2 100644 --- a/README.md +++ b/README.md @@ -175,13 +175,20 @@ On larger files, the difference in speed is even more dramatic. ADAM is faster b it's multi-threaded and distributed and uses a columnar storage format (with a projected schema that only materializes the read flags instead of the whole read). -# Mailing List +# Getting In Touch + +## Mailing List [The ADAM mailing list](https://groups.google.com/forum/#!forum/adam-developers) is a good way to sync up with other people who use ADAM including the core developers. You can subscribe by sending an email to `adam-developers+subscribe@googlegroups.com` or just post using the [web forum page](https://groups.google.com/forum/#!forum/adam-developers). +## IRC Channel + +A lot of the developers are hanging on the [#adamdev](http://webchat.freenode.net/?channels=adamdev) +freenode.net channel. Come join us and ask questions. + # License ADAM is released under an [Apache 2.0 license](LICENSE.txt).