7010: add note in install guides that we need git version 1.7.10 or later.
[arvados.git] / doc / _includes / _install_git.liquid
diff --git a/doc/_includes/_install_git.liquid b/doc/_includes/_install_git.liquid
new file mode 100644 (file)
index 0000000..6417b9e
--- /dev/null
@@ -0,0 +1,9 @@
+{% include 'notebox_begin' %}
+
+We need git version 1.7.10 or later. If you are using an earlier version of git, please update git version. For example on Red Hat-based systems:
+
+<notextile>
+<pre><code>~$ <span class="userinput">sudo yum install git</span></code></pre>
+</notextile>
+
+{% include 'notebox_end' %}