X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2f66d4cc05e9442a9bb69969744d0750a02a1ed4..76502bae16eb616992c7119b02a739dede112b30:/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 3c60bdfe3a..8baa32c6ea 100644 --- a/doc/sdk/cli/install.html.textile.liquid +++ b/doc/sdk/cli/install.html.textile.liquid @@ -1,7 +1,7 @@ --- layout: default navsection: sdk -navmenu: CLI +navmenu: Command line tools (CLI SDK) title: "Installation" ... {% comment %} @@ -17,11 +17,13 @@ h2. Prerequisites # "Install Ruby":../../install/ruby.html # "Install the Python SDK":../python/sdk-python.html -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: +The SDK uses @curl@ which depends on the @libcurl@ C library. To build the module you may have to install additional packages. On supported versions of Debian and Ubuntu, run: -
-$ apt-get install build-essential libcurl4-openssl-dev
-
+ +

+# apt install build-essential libcurl4-openssl-dev
+
+
h2. Install from RubyGems