summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2015-02-10 08:28:49 -0800
committerRichard Lander <rlander@microsoft.com>2015-02-10 08:28:49 -0800
commit499210c117d9be92605b64545fb971527671b2b1 (patch)
tree20d7d2c604eb70530f91cf760534fc63f5960b22 /README.md
parentd92129870bcdeb1ed04cb73cce14874a905848d8 (diff)
downloadcoreclr-499210c117d9be92605b64545fb971527671b2b1.tar.gz
coreclr-499210c117d9be92605b64545fb971527671b2b1.tar.bz2
coreclr-499210c117d9be92605b64545fb971527671b2b1.zip
Add BOTR FAQ
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index c4f90c2356..a40933a777 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,7 @@ The [.NET Core Libraries][corefx] repo contains the base class libraries, which
## Learn about CoreCLR
Historically, new devs to the CLR team would be encouraged to read the "Book of the Runtime" (BotR) before making substative changes to the product. We have released the meaningful BotR chapters, for the same goal with new contributors.
+- [Book of the Runtime FAQ](https://github.com/dotnet/coreclr/blob/master/Documentation/botr-faq.md)
- [Introduction to the Common Language Runtime](https://github.com/dotnet/coreclr/blob/master/Documentation/intro-to-clr.md)
- [Mscorlib and Calling Into the Runtime](https://github.com/dotnet/coreclr/blob/master/Documentation/mscorlib.md)
- More coming