From fc3f28f78098a862f9791d0b5fd0c3508d1634ca Mon Sep 17 00:00:00 2001 From: Alex KeySmith Date: Thu, 25 Feb 2016 09:58:24 +0000 Subject: [PATCH] Links to dev docs in root readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4b901455b..790d84169 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,8 @@ Building from source If you are building from source, take note that the build depends on NuGet packages hosted on Myget, so if it is down, the build may fail. If that happens, you can always see the [Myget status page](http://status.myget.org/) for more info. +Read over the [contributing guidelines](https://github.com/dotnet/cli/tree/master/CONTRIBUTING.md) and [developer documentation](https://github.com/dotnet/cli/tree/master/Documentation) for prerequisites for building from source. + Questions & Comments --------------------