summaryrefslogtreecommitdiff
path: root/Documentation/install
diff options
context:
space:
mode:
authorTom Van Looy <tom@ctors.net>2015-06-13 08:13:09 +0200
committerTom Van Looy <tom@ctors.net>2015-06-13 08:13:09 +0200
commit8ccd88de10b974621b84c7d63881ab257484067d (patch)
tree6c9159e6830807d1c6e9d3c39b17e16479328e06 /Documentation/install
parent7e1bc37cfe2bc5372e3b55d7e4b0504ae9493c06 (diff)
downloadcoreclr-8ccd88de10b974621b84c7d63881ab257484067d.tar.gz
coreclr-8ccd88de10b974621b84c7d63881ab257484067d.tar.bz2
coreclr-8ccd88de10b974621b84c7d63881ab257484067d.zip
Fix typo
Diffstat (limited to 'Documentation/install')
-rw-r--r--Documentation/install/get-dotnetcore-dnx-linux.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/install/get-dotnetcore-dnx-linux.md b/Documentation/install/get-dotnetcore-dnx-linux.md
index 2dc5d89ad1..5ef721dfac 100644
--- a/Documentation/install/get-dotnetcore-dnx-linux.md
+++ b/Documentation/install/get-dotnetcore-dnx-linux.md
@@ -49,7 +49,7 @@ You can see the currently installed DNX versions with `dnvm list`, which will di
Installing the .NET Core DNX SDK
================================
-You first need to acquire the Mono DNX. It doesn't include Mono, but is needed to use the DNX tools on top of Mono. In particular, the DNU command is not yet supported on .NET Core, requiring us to use Mono for this purpose (until DNU runs on .NET Core). Mono is the default DNX, do you can acquire it via `dnvnm upgrade`.
+You first need to acquire the Mono DNX. It doesn't include Mono, but is needed to use the DNX tools on top of Mono. In particular, the DNU command is not yet supported on .NET Core, requiring us to use Mono for this purpose (until DNU runs on .NET Core). Mono is the default DNX, do you can acquire it via `dnvm upgrade`.
dnvm upgrade -u