[ARVADOS] updated: 7cbc35ccbc4d78bb43c901e197a1746a325173c0

git at public.curoverse.com git at public.curoverse.com
Tue Apr 22 12:08:41 EDT 2014


Summary of changes:
 doc/install/install-api-server.html.textile.liquid |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

       via  7cbc35ccbc4d78bb43c901e197a1746a325173c0 (commit)
      from  cc6030b1b1b2f056ee63873e042077fe0f0dd64f (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 7cbc35ccbc4d78bb43c901e197a1746a325173c0
Author: Tom Clegg <tom at curoverse.com>
Date:   Tue Apr 22 12:09:00 2014 -0400

    Add two missing sudo.

diff --git a/doc/install/install-api-server.html.textile.liquid b/doc/install/install-api-server.html.textile.liquid
index 7d09dc5..14719e9 100644
--- a/doc/install/install-api-server.html.textile.liquid
+++ b/doc/install/install-api-server.html.textile.liquid
@@ -14,7 +14,7 @@ h2(#dependencies). Install dependencies
 <notextile>
 <pre><code>~$ <span class="userinput">sudo apt-get install libcurl3 libcurl3-gnutls libcurl4-openssl-dev \
     libxslt1.1 zlib1g-dev gettext bison libssl-dev libreadline-dev \
-    libpq-dev sqlite3 libsqlite3-dev build-essential wget postgresql
+    libpq-dev sqlite3 libsqlite3-dev build-essential wget postgresql sudo
 </span></code></pre></notextile>
 
 h2(#ruby). Install Ruby and bundler
@@ -31,7 +31,7 @@ cd ruby-2.1.1
 make
 sudo make install
 
-gem install bundler</span>
+sudo gem install bundler</span>
 </code></pre></notextile>
 
 h2. Download the source tree

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list