From 548c6f1a2d6100b19e46ef197ea08a3493fc1765 Mon Sep 17 00:00:00 2001 From: The Gitter Badger Date: Mon, 30 Nov 2015 23:39:31 +0000 Subject: [PATCH] Add Gitter badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8907f6d1d..2f7d2bbeb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # .NET Command Line Interface +[![Join the chat at https://gitter.im/dotnet/cli](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dotnet/cli?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + This repo contains the source code for cross-platform [.NET Core](http://github.com/dotnet/core) command line toolchain. It contains the implementation of each command, the native packages for various supported platforms as well as documentation. New to .NET CLI?