From 76d6a2e555465c108734a86c7e3846f1ed4d2a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=20S=C3=B5mermaa?= Date: Sat, 21 May 2016 02:03:08 +0300 Subject: [PATCH] Use dotnet command to run binary See issue #102. --- samples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/README.md b/samples/README.md index 9679aaba..2cfe5239 100644 --- a/samples/README.md +++ b/samples/README.md @@ -12,7 +12,7 @@ In order to run these samples, you first need to [install .NET Core](http://dotn * Compile and run using the following commands * `dotnet restore` * `dotnet build` - * `./bin/Debug/[framework]/[binary name]` + * `dotnet bin/Debug/[framework]/[binary name]` ## Samples list