Skip to content

Commit fde5efc

Browse files
committed
Merge pull request dotnet#86 from anotherkabab/fix_dnx_osx
Fix dnx syntax in installing-core-osx.rst dotnet#82
2 parents fca4271 + c828981 commit fde5efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ You are now ready to run your app under .NET Core. As you can guess, however, be
142142
.. code-block:: console
143143
144144
dnvm use 1.0.0-beta5-11649 -r coreclr
145-
dnx . run
145+
dnx run
146146
147147
Hello, OSX
148148
Love from CoreCLR.

0 commit comments

Comments
 (0)