This is an automated email from the ASF dual-hosted git repository.

michaelpearce pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-nms-amqp.git


The following commit(s) were added to refs/heads/master by this push:
     new 47b3000  NO-JIRA: Add install info to readme
     new dce2c5d  Merge pull request #47 from Havret/add-nuget-info-to-readme
47b3000 is described below

commit 47b3000a70097073ea2574b95d4bba45f963f23f
Author: Havret <[email protected]>
AuthorDate: Tue Nov 12 22:40:15 2019 +0100

    NO-JIRA: Add install info to readme
---
 README.md | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 450c234..2558d1f 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,23 @@
 OS | Status
 ---|---
 Linux | [![Build 
Status](https://travis-ci.org/apache/activemq-nms-amqp.svg?branch=master)](https://travis-ci.org/apache/activemq-nms-amqp)
-Windows | [![Build 
status](https://ci.appveyor.com/api/projects/status/yn2wkhq1nbhkfsur?svg=true)](https://ci.appveyor.com/project/ApacheSoftwareFoundation/activemq-nms-amqp)
 
+Windows | [![Build 
status](https://ci.appveyor.com/api/projects/status/yn2wkhq1nbhkfsur?svg=true)](https://ci.appveyor.com/project/ApacheSoftwareFoundation/activemq-nms-amqp)
+
+### Installing Apache NMS AMQP
+
+You should install [Apache NMS AMQP with 
NuGet](https://www.nuget.org/packages/Apache.NMS.AMQP):
+
+```
+Install-Package Apache.NMS.AMQP
+```
+
+Or via the .NET Core command line interface:
+
+```
+dotnet add package Apache.NMS.AMQP
+```
+
+Either commands, from Package Manager Console or .NET Core CLI, will download 
and install Apache NMS AMQP and all required dependencies.
 
 ## Overview
 The goal of this project is to combine the [.NET Message Service 
API](http://activemq.apache.org/nms/) (NMS) with

Reply via email to