diff options
author | Rich Lander <rlander@microsoft.com> | 2015-04-11 22:26:30 -0700 |
---|---|---|
committer | Rich Lander <rlander@microsoft.com> | 2015-04-11 22:26:30 -0700 |
commit | c9b3aa24e61dbd02f5024b1ddaa6fa357a8377c3 (patch) | |
tree | ea83d8b34b788c4a1be39b0fdb5c236457706b47 /Documentation/README.md | |
parent | afcf8f006db8d5d662bfaae81c797888a82a0bc4 (diff) | |
parent | 2873886b08f4530aaf762a77afef1ece588063bf (diff) | |
download | coreclr-c9b3aa24e61dbd02f5024b1ddaa6fa357a8377c3.tar.gz coreclr-c9b3aa24e61dbd02f5024b1ddaa6fa357a8377c3.tar.bz2 coreclr-c9b3aa24e61dbd02f5024b1ddaa6fa357a8377c3.zip |
Merge pull request #649 from richlander/rich-dnx
Add instructions to create custom DNX with CoreCLR
Diffstat (limited to 'Documentation/README.md')
-rw-r--r-- | Documentation/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/README.md b/Documentation/README.md index a935778a84..eaaf22226a 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -22,6 +22,7 @@ Book of the Runtime - [CLR Coding Guide](clr-code-guide.md) - [.NET Standards (Ecma)](dotnet-standards.md) - [Cross Platform Performance and Eventing Design](cross-platform-performance-and-eventing.md) +- [Creating a Custom DNX](dnx-instructions.md) Decoder Rings ============= |