forked from jasder/antlr
Merge pull request #2216 from razfriman/master
Make C# NuGet package name more visible in runtime docs
This commit is contained in:
commit
9ec01b8551
|
@ -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
|
||||
|
|
|
@ -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!
|
||||
|
|
Loading…
Reference in New Issue