summaryrefslogtreecommitdiff
path: root/Documentation/README.md
diff options
context:
space:
mode:
authorRichard Lander <rlander@microsoft.com>2015-04-29 11:48:03 -0700
committerRichard Lander <rlander@microsoft.com>2015-04-29 14:19:22 -0700
commita3d94900a34268e71c9739f46ecbf7aa061a83e6 (patch)
tree9b16fe797f83763f5d1be619ab900d3e399f66a8 /Documentation/README.md
parente58da6a91f56b645cde38aaeaad8e8aec6d73e1e (diff)
downloadcoreclr-a3d94900a34268e71c9739f46ecbf7aa061a83e6.tar.gz
coreclr-a3d94900a34268e71c9739f46ecbf7aa061a83e6.tar.bz2
coreclr-a3d94900a34268e71c9739f46ecbf7aa061a83e6.zip
Add DNX instructions for OS X and Linux
Diffstat (limited to 'Documentation/README.md')
-rw-r--r--Documentation/README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/Documentation/README.md b/Documentation/README.md
index e56b2cd063..66670fae23 100644
--- a/Documentation/README.md
+++ b/Documentation/README.md
@@ -3,11 +3,13 @@ Documents Index
This repo includes several documents that explain both high-level and low-level concepts about the .NET runtime. These are very useful for contributors, to get context that can be very difficult to acquire from just reading code.
-Get CoreCLR
-===========
+Get .NET Core
+=============
-- [Get .NET Core on Windows - DNX SDK](get-dotnetcore-dnx-windows.md)
-- [Get .NET Core on Windows - Raw](get-dotnetcore-windows.md)
+- [Get .NET Core DNX SDK on Windows](get-dotnetcore-dnx-windows.md)
+- [Get .NET Core DNX SDK on OS X](get-dotnetcore-dnx-osx.md)
+- [Get .NET Core DNX SDK on Linux](get-dotnetcore-dnx-linux.md)
+- [Get .NET Core (Raw) on Windows](get-dotnetcore-windows.md)
Build CoreCLR from Source
=========================