Skip to content

Commit

Permalink
Merge pull request #377 from fourpastmidnight/patch-1
Browse files Browse the repository at this point in the history
docs(README): Update with dotnet tool installation instructions
  • Loading branch information
KirillOsenkov authored Oct 8, 2024
2 parents 81b5103 + bb1289c commit 0856f03
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@ You can grab it using [NuGet](http://nuget.org/packages/ILRepack/).

Or if you're old-school (and want to stay like that), this [direct link](http://nuget.org/api/v2/package/ILRepack) will give you the latest nupkg file, which you can open as a zip file.

Dotnet Tool Installation
-----

ILRepack can now be installed as a `dotnet tool`:

```powershell
PS C:\> dotnet tool install -g dotnet-ilrepack
```

You can then run ILRepack using `ilrepack`.

> [!Note]
> There's no need to use `dotnet ilrepack`, as the way the tool is installed into the `dotnet tool`s path, all you need to do is issue the command `ilrepack`.
Syntax
------

Expand Down

0 comments on commit 0856f03

Please sign in to comment.