From 02448a7e9bfdd584084af2a9be784413d925a11d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=81oskot?= Date: Thu, 3 Mar 2016 17:30:59 +0100 Subject: [PATCH] link git intro --- Contribution-Tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contribution-Tutorial.md b/Contribution-Tutorial.md index 214f6e5..c9bf073 100644 --- a/Contribution-Tutorial.md +++ b/Contribution-Tutorial.md @@ -19,7 +19,7 @@ ### Prerequesites -* git (Git BASH on Windows) +* git (see [Getting Started with Git](https://svn.boost.org/trac/boost/wiki/Git/GitHome)) * a compiler to run Boost tests - gcc, clang, Visual Studio Express, etc. * configured GitHub account * every step mentioned here: [TryModBoost](https://svn.boost.org/trac/boost/wiki/TryModBoost) understood and tested.