X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b2610e066d569b323fe55ffee615e61ca4e461d1..6870192ada3c34ffe5f0dc4c33ce2ad55bc2d263:/doc/sdk/cli/install.html.textile.liquid diff --git a/doc/sdk/cli/install.html.textile.liquid b/doc/sdk/cli/install.html.textile.liquid index 18e1f705e0..9db56b9bbd 100644 --- a/doc/sdk/cli/install.html.textile.liquid +++ b/doc/sdk/cli/install.html.textile.liquid @@ -6,13 +6,11 @@ title: "Installation" ... -If you are logged in to an Arvados VM, the @arv@ tool should be installed. +To use the @arv@ command, you can either install the @arvados-cli@ gem via RubyGems or build and install the package from source. -To use @arv@ elsewhere, you can either install the @arvados-cli@ gem via RubyGems or build and install the package from source. +h3. Prerequisites: Ruby, Bundler, and curl libraries -h4. Prerequisites: Ruby >= 2.1.0 and curl libraries - -Make sure you have "Ruby and bundler":{{site.baseurl}}/install/install-manual-prerequisites-ruby.html installed. +{% include 'install_ruby_and_bundler' %} Install curl libraries with your system's package manager. For example, on Debian or Ubuntu: @@ -22,7 +20,7 @@ $ sudo apt-get install libcurl3 libcurl3-gnutls libcurl4 -h4. Option 1: install with RubyGems +h3. Option 1: Install with RubyGems
@@ -30,7 +28,7 @@ $ sudo gem install arvados-cli
 
-h4. Option 2: build and install from source +h3. Option 2: Build and install from source