Updated to new syntax of dnx run
authorMarcin Badurowicz <ktos@ktos.info>
Fri, 14 Aug 2015 17:50:35 +0000 (19:50 +0200)
committerMarcin Badurowicz <ktos@ktos.info>
Fri, 14 Aug 2015 17:50:35 +0000 (19:50 +0200)
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.

Documentation/install/get-dotnetcore-dnx-windows.md

index 6c252cf..8c013cc 100644 (file)
@@ -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.