Update README.md

Adding information about DOTNET_HOME to README.md when building from source.
This commit is contained in:
Zlatko Knezevic 2016-01-11 09:51:43 -08:00
parent 6803bfd1ac
commit 2adb66cac5

View file

@ -74,6 +74,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.
Also, when building from source, you need to set up the `DOTNET_HOME` environment variable. It needs to point to the parent directory of where `bin` and `runtime` directories are.
Questions & Comments
--------------------