From 4f4e201cb0e0bbb39544d08cf7d407779d8b1b7e Mon Sep 17 00:00:00 2001 From: Debajyoti Mahanta Date: Mon, 2 Nov 2015 20:53:24 -0600 Subject: [PATCH] Wrong command Wrong command to start dnx missing . --- aspnet/tutorials/your-first-mac-aspnet.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/tutorials/your-first-mac-aspnet.rst b/aspnet/tutorials/your-first-mac-aspnet.rst index 08a1fe8e95..2befcd0e0a 100644 --- a/aspnet/tutorials/your-first-mac-aspnet.rst +++ b/aspnet/tutorials/your-first-mac-aspnet.rst @@ -122,7 +122,7 @@ The sample we're using is configured to use Kestrel as its web server. You can s // more deleted } -Run the ``dnx kestrel`` command to launch the web application locally: +Run the ``dnx . kestrel`` command to launch the web application locally: .. image:: your-first-mac-aspnet/_static/dnx-kestrel.png