From c92bc0a6dbb5a7c6e5fae3640e78f69601571bc3 Mon Sep 17 00:00:00 2001 From: Semyon Date: Thu, 14 Jul 2016 09:37:48 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 019cc420c..ac4a95533 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,11 @@ GraphTasks | [![GraphTasks .NET Build Status](https://img.shields.io/appveyor/ci ### Build -Clone repo with `git clone --recursive` to get all external dependencies. - -Visual Studio 2013 and F# 3.1 are required for build. -For Visual Studio 2015 install Build Tools 2013 standalone package. +* Clone repo with `git clone --recursive` to get all external dependencies. +* Install Pex from lib/Pex. +* Install CodeContracts from lib/DotNet.CodeContracts. +* Use build.cmd for build. +* Use Visual Studio 2015 for development. ### Where to go next? From 01bdcea275481f615b641b0f8c98343fa2576e6c Mon Sep 17 00:00:00 2001 From: Semyon Date: Thu, 14 Jul 2016 13:29:48 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac4a95533..4737e50cc 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ GraphTasks | [![GraphTasks .NET Build Status](https://img.shields.io/appveyor/ci ### Build -* Clone repo with `git clone --recursive` to get all external dependencies. +* Clone this repo. * Install Pex from lib/Pex. * Install CodeContracts from lib/DotNet.CodeContracts. * Use build.cmd for build.