Skip to content

Commit

Permalink
Merge pull request #84 from anotherkabab/fix_dnx_linux
Browse files Browse the repository at this point in the history
Fix dnx syntax in installing-core-linux.rst #81
  • Loading branch information
richlander committed Oct 27, 2015
2 parents f213ab8 + ef06de9 commit bb3c12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/installing-core-linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ You are now ready to run your app under .NET Core. As you can guess, however, be
.. code-block:: console
dnvm use 1.0.0-beta5-11649 -r coreclr
dnx . run
dnx run
Hello, Linux
Love from CoreCLR.
Expand Down

0 comments on commit bb3c12a

Please sign in to comment.