From: Marcin Badurowicz Date: Fri, 14 Aug 2015 17:50:35 +0000 (+0200) Subject: Updated to new syntax of dnx run X-Git-Tag: accepted/tizen/base/20180629.140029~6492^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc1ba758603fda1dec46b005cd9211dbfd4834b0;p=platform%2Fupstream%2Fcoreclr.git Updated to new syntax of dnx run Syntax for running application changed from `dnx . run` into `dnx run` so last step in docs is always resulting in exception `System.InvalidOperationException: Unable to load application or execute command '.'.` thrown by dnx. --- diff --git a/Documentation/install/get-dotnetcore-dnx-windows.md b/Documentation/install/get-dotnetcore-dnx-windows.md index 6c252cf..8c013cc 100644 --- a/Documentation/install/get-dotnetcore-dnx-windows.md +++ b/Documentation/install/get-dotnetcore-dnx-windows.md @@ -102,6 +102,6 @@ You need to restore packages for your app, based on your project.json, with `dnu You can run your app with the DNX command. - C:\coreclr-demo> dnx . run + C:\coreclr-demo> dnx run Hello, Windows Love from CoreCLR.