summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRich Lander <rlander@microsoft.com>2015-02-10 10:47:39 -0800
committerRich Lander <rlander@microsoft.com>2015-02-10 10:47:39 -0800
commit0084af0bc3f8761599e0c11b73489cfa53d810a4 (patch)
treedb191efd7d68d6115a171fb9b9b16fff9d199be6 /README.md
parentf049af5631f4dda2f1ac57f7fe9e5918169378a2 (diff)
parent499210c117d9be92605b64545fb971527671b2b1 (diff)
downloadcoreclr-0084af0bc3f8761599e0c11b73489cfa53d810a4.tar.gz
coreclr-0084af0bc3f8761599e0c11b73489cfa53d810a4.tar.bz2
coreclr-0084af0bc3f8761599e0c11b73489cfa53d810a4.zip
Merge pull request #184 from richlander/master
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 57c73c0519..43738d126c 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