Skip to content

Commit bb3c12a

Browse files
committed
Merge pull request dotnet#84 from anotherkabab/fix_dnx_linux
Fix dnx syntax in installing-core-linux.rst dotnet#81
2 parents f213ab8 + ef06de9 commit bb3c12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/installing-core-linux.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ You are now ready to run your app under .NET Core. As you can guess, however, be
162162
.. code-block:: console
163163
164164
dnvm use 1.0.0-beta5-11649 -r coreclr
165-
dnx . run
165+
dnx run
166166
167167
Hello, Linux
168168
Love from CoreCLR.

0 commit comments

Comments
 (0)