diff --git a/contributors.txt b/contributors.txt index 0a8143215..0d82e8e8c 100644 --- a/contributors.txt +++ b/contributors.txt @@ -180,6 +180,7 @@ YYYY/MM/DD, github id, Full name, email 2017/12/03, oranoran, Oran Epelbaum, oran / epelbaum me 2017/12/20, kbsletten, Kyle Sletten, kbsletten@gmail.com 2017/12/27, jkmar, Jakub Marciniszyn, marciniszyn.jk@gmail.com +2018/02/08, razfriman, Raz Friman, raz@razfriman.com 2018/02/11, io7m, Mark Raynsford, code@io7m.com 2018/05/15, johnvanderholt, jan dillingh johnvanderholte@gmail.com 2018/05/17, sinopsysHK, Eric Bardes, sinofwd@gmail.com diff --git a/runtime/CSharp/README.md b/runtime/CSharp/README.md index 265f2b4ee..3985a298b 100644 --- a/runtime/CSharp/README.md +++ b/runtime/CSharp/README.md @@ -51,7 +51,13 @@ This is just a quick start. The tool has many useful options to control generati The Antlr 4 standard runtime for C# is now available from NuGet. We trust that you know how to do add NuGet references to your project :-). -The package id is Antlr4.Runtime.Standard. We do not support other packages. +The package id is [Antlr4.Runtime.Standard](https://www.nuget.org/packages/Antlr4.Runtime.Standard/). We do not support other packages. + +Use the GUI or the following command in the Package Manager Console: + +``` +Install-Package Antlr4.Runtime.Standard +``` ### Step 6: You're done!