Update prerequisites
authorDavid <davide.fiorentino.loregio@gmail.com>
Thu, 12 Mar 2015 09:36:37 +0000 (10:36 +0100)
committerDavid <davide.fiorentino.loregio@gmail.com>
Thu, 12 Mar 2015 09:36:37 +0000 (10:36 +0100)
Remove sudo because to run sudo you should already have to have it installed
Add git to download sources from github

doc/install/install-api-server.html.textile.liquid

index c3d5200b16871fa87bfe04ad4026d99de9f6f4a1..1af21e9f06dd7f9c680b4f4e91640f712cedc075 100644 (file)
@@ -12,7 +12,7 @@ h2. Install prerequisites
 <pre><code>~$ <span class="userinput">sudo apt-get install \
     bison build-essential gettext libcurl3 libcurl3-gnutls \
     libcurl4-openssl-dev libpcre3-dev libpq-dev libreadline-dev \
-    libssl-dev libxslt1.1 postgresql sudo wget zlib1g-dev
+    libssl-dev libxslt1.1 postgresql git wget zlib1g-dev
 </span></code></pre></notextile>
 
 Also make sure you have "Ruby and bundler":install-manual-prerequisites-ruby.html installed.