From 841daa2a6efa09277f1cfadd0a03dd2a52b5eb2a Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Fri, 19 Feb 2016 18:07:31 -0300 Subject: [PATCH] Deduplicate links to build instructions Signed-off-by: Hugo Osvaldo Barrera (github: hobarrera) --- CONTRIBUTING.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 435e40e9d..68c80c0a7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -73,10 +73,8 @@ For more info, see [GitHub Help][help_change_commit_message]. ## Build instructions -* [Visual Studio 2013][msvc] -* [XCode 6.4][xcode] -* [XCode 6.4 for OS X 10.6 and 10.7][xcode_old] -* [Qt Creator 3.2.0 Ubuntu][qtcreator] +See the [readme][README.md#build-instructions] for details on the various build +environments. ## Pull upstream changes into your fork regularly