From d93cb0a637087b51d46421ea31adcabeeb66bdbc Mon Sep 17 00:00:00 2001 From: Gavin Bisesi Date: Wed, 3 Sep 2014 17:52:31 -0400 Subject: [PATCH] Add link to Gitter chat --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2896773..4676b50a 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,11 @@ such as Magic: The Gathering, over a network. It is fully client-server based to prevent any kind of cheating, though it supports single-player games without a network interface as well. Both client and server are written in Qt 4. -# License +# Get Involved -Cockatrice is free software, licensed under the GPLv2; see COPYING for details. +Chat with the Cockatrice developers on Gitter. + +[![Gitter chat](https://badges.gitter.im/Daenyth/Cockatrice.png)](https://gitter.im/Daenyth/Cockatrice) # Building @@ -44,3 +46,7 @@ The following flags can be passed to `cmake`: `oracle` fetches card data `cockatrice` is the game client `servatrice` is the server + +# License + +Cockatrice is free software, licensed under the GPLv2; see COPYING for details.