diff --git a/README.md b/README.md index c5f1b66d..5a9bc980 100644 --- a/README.md +++ b/README.md @@ -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 ------