X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3e646ecf38466b7b33cfb0548b043e6ca7b2225c..76502bae16eb616992c7119b02a739dede112b30:/doc/sdk/ruby/index.html.textile.liquid diff --git a/doc/sdk/ruby/index.html.textile.liquid b/doc/sdk/ruby/index.html.textile.liquid index b3b97244ba..ea0fc78797 100644 --- a/doc/sdk/ruby/index.html.textile.liquid +++ b/doc/sdk/ruby/index.html.textile.liquid @@ -22,11 +22,13 @@ h3. Prerequisites # "Install Ruby":../../install/ruby.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 10 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
+
+
h3. Install with RubyGems