From 3778676b90b1fcfcfbfee7c78b5581f3430c4702 Mon Sep 17 00:00:00 2001 From: The Gitter Badger Date: Mon, 25 Sep 2017 20:49:24 -0500 Subject: [PATCH] Add Gitter badge (#14) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1c1888612..39dc2576d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ libraries. Gtk# is free software, licensed under the GNU LGPL. Building & Installing Gtk#: --------------------------- +[![Join the chat at https://gitter.im/GLibSharp/GtkSharp](https://badges.gitter.im/GLibSharp/GtkSharp.svg)](https://gitter.im/GLibSharp/GtkSharp?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + Install the gtk-3 development headers first. On Debian, this can be done using: apt-get install libgtk-3-dev