Merge branch '6605-arv-copy-http' closes #6605
[arvados.git] / doc / _includes / _install_git.liquid
index 2ca1ce494434687a876befc4d73c75fc847a202e..60092c1ee8e4a1a66c0ab09552936479078c5b2b 100644 (file)
@@ -1,3 +1,9 @@
 {% include 'notebox_begin' %}
-Arvados requires git version 1.7.10 or later. If you are using an earlier version of git, please update your git version.
+The Arvados API and Git servers require Git 1.7.10 or later.  You can get this version on CentOS 6 from RepoForge.  "Install the repository":http://repoforge.org/use/, then run:
+
+<notextile>
+<pre><code>~$ <span class="userinput">sudo yum install --enablerepo=rpmforge-extras git</span>
+</code></pre>
+</notextile>
+
 {% include 'notebox_end' %}