Skip to content

Commit

Permalink
Merge pull request #49 from Xcodo/patch-1
Browse files Browse the repository at this point in the history
Correct package name and add .NET CLI command
  • Loading branch information
richardschneider authored Mar 7, 2019
2 parents 6ab780d + 27cd618 commit d954132
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ service or service instance.

## Getting started

Published releases are available on [NuGet](https://www.nuget.org/packages/Makaretu.Dns.Multicast/). To install, run the following command in the [Package Manager Console](https://docs.nuget.org/docs/start-here/using-the-package-manager-console).
Published releases are available on [NuGet](https://www.nuget.org/packages/Makaretu.Dns.Multicast/). To install, run the following command in the [Package Manager Console](https://docs.nuget.org/docs/start-here/using-the-package-manager-console)

PM> Install-Package Makaretu.Mdns
PM> Install-Package Makaretu.Dns.Multicast

or using .NET CLI run the following command in the project folder

> dotnet add package Makaretu.Dns.Multicast

## Usage Service Discovery

Expand Down

0 comments on commit d954132

Please sign in to comment.