Merge branch 'master' into 8556-trash-untrash-azure-volume
[arvados.git] / doc / _includes / _install_postgres.liquid
index 5f6438fdad2547289c0c9739e19b7c024d2bf25d..82c2c2d1ff22f9dd5cfeb7d90850ac6e6f62500c 100644 (file)
@@ -1,14 +1,14 @@
 On a Debian-based system, install the following packages:
 
 <notextile>
-<pre><code>~$ <span class="userinput">sudo apt-get install git libpq-dev postgresql</span>
+<pre><code>~$ <span class="userinput">sudo apt-get install libpq-dev postgresql</span>
 </code></pre>
 </notextile>
 
 On a Red Hat-based system, install the following packages:
 
 <notextile>
-<pre><code>~$ <span class="userinput">sudo yum install git postgresql postgresql-devel</span>
+<pre><code>~$ <span class="userinput">sudo yum install postgresql postgresql-devel</span>
 </code></pre>
 </notextile>