From df855947c0cdba101a5de9af4d3606e3e7fb1957 Mon Sep 17 00:00:00 2001 From: David Pendray <35926989+davidpendraykalibrate@users.noreply.github.com> Date: Fri, 5 Apr 2019 04:27:17 +0100 Subject: [PATCH] Fix dotnet command (#176) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ddd19b2b..a3283e23a 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ https://www.nuget.org/packages/Terminal.Gui You can find a trivial .NET core sample application in the "StandaloneExample" directory. You can execute it by running -`dotnet core` in that directory. +`dotnet run` in that directory. That sample relies on the distributed NuGet package, if you want to to use the code on GitHub, you can open the Example program which