16723: fix test to reflect new stub instance name.
[arvados.git] / doc / sdk / cli / install.html.textile.liquid
index 207809780295efac18dbc850540c50449f12d3d2..3c60bdfe3a9569d7287c94bb8659b3e153266241 100644 (file)
@@ -14,21 +14,19 @@ Arvados CLI tools are written in Ruby and Python.  To use the @arv@ command, you
 
 h2. Prerequisites
 
-# "Install Ruby and Bundler":../../install/ruby.html
+# "Install Ruby":../../install/ruby.html
 # "Install the Python SDK":../python/sdk-python.html
 
-h2. Option 1: Install distribution package
+The SDK uses @curl@ which depends on the @libcurl@ C library.  To build the module you may have to install additional packages.  On Debian 9 this is:
 
-First, configure the "Arvados package repositories":../../install/packages.html
-
-{% assign arvados_component = 'arvados-cli' %}
-
-{% include 'install_packages' %}
+<pre>
+$ apt-get install build-essential libcurl4-openssl-dev
+</pre>
 
-h2. Option 2: Install from RubyGems
+h2. Install from RubyGems
 
 <notextile>
 <pre>
-~$ <code class="userinput">sudo -i gem install arvados-cli</code>
+# <code class="userinput">gem install arvados-cli</code>
 </pre>
 </notextile>