summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-07-18 22:40:36 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-07-18 22:41:08 +0100
commitce9369710a903f8ee724f44517969014bb95b3e9 (patch)
tree229b53b28d460a335366af437d020292e74d9160 /crawl-ref/docs
parent4d68560d1f2fb1a349265a4cf097ffe67272c3c7 (diff)
downloadcrawl-ref-ce9369710a903f8ee724f44517969014bb95b3e9.tar.gz
crawl-ref-ce9369710a903f8ee724f44517969014bb95b3e9.zip
Update msysgit link in git quickstart guide
The new msysgit homepage links very prominently to the wrong installer (containing only Git and no build tools), so link to the github releases page instead where the netinstall links are more noticeable.
Diffstat (limited to 'crawl-ref/docs')
-rw-r--r--crawl-ref/docs/develop/git/quickstart.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/crawl-ref/docs/develop/git/quickstart.txt b/crawl-ref/docs/develop/git/quickstart.txt
index 056439df05..236ff08228 100644
--- a/crawl-ref/docs/develop/git/quickstart.txt
+++ b/crawl-ref/docs/develop/git/quickstart.txt
@@ -16,11 +16,11 @@ usually called git-core.
Mac: Install git using Mac ports or Fink. The MacPorts port is
called git-core (sudo port install git-core).
-Windows: Install msysgit (http://code.google.com/p/msysgit/).
-Be sure to download the 'msysGit-netinstall' - this is the only
-installer used and supported by the Crawl team. TortoiseGit is
-apparently pretty usable now for those who want Windows explorer
-integration, but I have not used it myself.
+Windows: Install msysgit (https://github.com/msysgit/msysgit/releases).
+Be sure to download the 'msysGit-netinstall', as this also includes the
+necessary tools to build Crawl - other installers include only Git itself.
+TortoiseGit is apparently pretty usable now for those who want Windows
+explorer integration, but I have not used it myself.
Using git for Stone Soup development
------------------------------------