From 13c5911ea7aff777e381ccad69d2c4191e273252 Mon Sep 17 00:00:00 2001 From: Dan Schnau Date: Thu, 6 Sep 2018 22:16:09 -0400 Subject: [PATCH] Add a link to the nuget package in README Just to make life a bit eaiser --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f031da2..248e49b0 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ __This library provides _hassle free_ command line parsing with a constantly upd You can utilize the parser library in several ways: -- Install via Nuget/Paket +- Install via Nuget/Paket: [https://www.nuget.org/packages/CommandLineParser/](https://www.nuget.org/packages/CommandLineParser/) - Integrate directly into your project by copying the .cs files into your project. - ILMerge during your build process.