From 4b5ee09603a66ef8afdf96113816cff7c82cd77c Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Mon, 23 Jul 2018 18:49:46 +0200 Subject: [PATCH] Add installation notes --- ICSharpCode.Decompiler.Console/README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/ICSharpCode.Decompiler.Console/README.md b/ICSharpCode.Decompiler.Console/README.md index 8fea10f48..27e23b96d 100644 --- a/ICSharpCode.Decompiler.Console/README.md +++ b/ICSharpCode.Decompiler.Console/README.md @@ -1,8 +1,13 @@ -# ICSharpCode.Decompiler.Console -netcoreapp 2.0 console application using ICSharpCode.Decompiler +# ilspycmd ``` -./ilspycmd -h +dotnet tool install ilspycmd -g +``` + +.NET Core 2.1 Tool + +``` +ilspycmd -h Usage: [arguments] [options] @@ -37,4 +42,4 @@ dotnet publish -c release -r win10-x64 dotnet publish -c release -r osx-x64 PS \ilspy-console-netcoreapp\src\ilspycmd\bin\Release\netcoreapp2.0\win10-x64\publish> ./ilspycmd.exe ilspycmd.dll -``` \ No newline at end of file +```