7010: add note in install guides that we need git version 1.7.10 or later.
[arvados.git] / doc / _includes / _install_git.liquid
1 {% include 'notebox_begin' %}
2
3 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:
4
5 <notextile>
6 <pre><code>~$ <span class="userinput">sudo yum install git</span></code></pre>
7 </notextile>
8
9 {% include 'notebox_end' %}