Merge branch '8784-dir-listings'
[arvados.git] / doc / _includes / _install_git_curl.liquid
1 {% comment %}
2 Copyright (C) The Arvados Authors. All rights reserved.
3
4 SPDX-License-Identifier: CC-BY-SA-3.0
5 {% endcomment %}
6
7 On a Debian-based system, install the following packages:
8
9 <notextile>
10 <pre><code>~$ <span class="userinput">sudo apt-get install git curl</span>
11 </code></pre>
12 </notextile>
13
14 On a Red Hat-based system, install the following packages:
15
16 <notextile>
17 <pre><code>~$ <span class="userinput">sudo yum install git curl</span>
18 </code></pre>
19 </notextile>