From dcc137e303b7143d74aa948b4dcc2e1945700a3f Mon Sep 17 00:00:00 2001 From: Max Gortman Date: Wed, 1 Jun 2016 16:41:07 -0700 Subject: [PATCH] clarifying where releases and nightly builds live (#77) (#122) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 08cb3c833..fa9ca02ca 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,15 @@ #DotNetty Project -[![Join the chat at https://gitter.im/Azure/DotNetty](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Azure/DotNetty?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Join the chat at https://gitter.im/Azure/DotNetty](https://img.shields.io/gitter/room/Azure/DotNetty.js.svg?style=flat-square)](https://gitter.im/Azure/DotNetty?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Available on NuGet https://www.nuget.org/packages?q=DotNetty](https://img.shields.io/nuget/v/DotNetty.Common.svg?style=flat-square)](https://www.nuget.org/packages?q=DotNetty) DotNetty is a port of [Netty](https://github.com/netty/netty), asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. +## Use + +* Official releases are on [NuGet](https://www.nuget.org/packages?q=DotNetty). +* Nightly builds are available on [MyGet](https://www.myget.org/F/dotnetty/api/v2/). + ## Contribute We gladly accept community contributions.