Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranid committed Jan 6, 2020
1 parent f3f60be commit b56e282
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit b56e282

Please sign in to comment.