From b56e282adb3f96fd4b7f3df8eb2759761a442eaf Mon Sep 17 00:00:00 2001 From: James Forshaw Date: Mon, 6 Jan 2020 08:27:19 -0800 Subject: [PATCH] Updated readme. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2f0a87b..669fcbc 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,10 @@ It should work on any platform with .NET Standard support 2.0, so .NET Core 2.0. macOS should be suitable as well as recompiling for .NET framework and Mono. To use either compile with Visual Studio 2017 with .NET Core support or from the command line do the -following: +following (replace netcoreapp3.0 with netcoreapp2.0 if using 2.X framework): ```cd CANAPE.Core -dotnet restore -dotnet build CANAPE.Cli/CANAPE.Cli.csproj -c Release -f netcoreapp2.0 -cd CANAPE.Cli/bin/Release/netcoreapp2.0 +dotnet build CANAPE.Cli/CANAPE.Cli.csproj -c Release -f netcoreapp3.0 +cd CANAPE.Cli/bin/Release/netcoreapp3.0 dotnet exec CANAPE.Cli.dll Examples/SocksProxy.csx --color ``` \ No newline at end of file