Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ILVerify readme #45123

Merged
merged 2 commits into from
Nov 23, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/coreclr/src/tools/ILVerify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ The main users of this tool are people working on software that emits MSIL code.

## How to use ILVerify

ILVerify is published as a global tool in the .NET runtime nightly feed. Install it by running:
ILVerify is published as a global tool. Install it by running:

```
dotnet new tool-manifest
dotnet tool install dotnet-ilverify --version 5.0.0-preview* --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json
dotnet tool install dotnet-ilverify
jkotas marked this conversation as resolved.
Show resolved Hide resolved
```

Example of use:
Expand Down