[ARVADOS] updated: 76c38b6bf63fa7329abb135a40710cbdbea18d44

git at public.curoverse.com git at public.curoverse.com
Mon Jul 27 13:38:06 EDT 2015


Summary of changes:
 doc/_includes/_install_postgres.liquid | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  76c38b6bf63fa7329abb135a40710cbdbea18d44 (commit)
      from  0f0108a652d852b0bc165bf43e41fc378c49315a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 76c38b6bf63fa7329abb135a40710cbdbea18d44
Author: Brett Smith <brett at curoverse.com>
Date:   Mon Jul 27 13:38:03 2015 -0400

    6778: Remove git install from PostgreSQL install instructions.
    
    Closes #6778.

diff --git a/doc/_includes/_install_postgres.liquid b/doc/_includes/_install_postgres.liquid
index 5f6438f..82c2c2d 100644
--- a/doc/_includes/_install_postgres.liquid
+++ b/doc/_includes/_install_postgres.liquid
@@ -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>
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list