X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b91db14a4dced9d6ea124e86be3c796e6f2c8e8c..98a4cd47053cc970e004169175b531afb22f8387:/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 11dfcfb434..b78a37d03a 100644 --- a/doc/sdk/ruby/index.html.textile.liquid +++ b/doc/sdk/ruby/index.html.textile.liquid @@ -22,7 +22,7 @@ h4. Option 1: install with RubyGems
-$ sudo gem install arvados
+$ sudo -i gem install arvados
 
@@ -33,7 +33,7 @@ h4. Option 2: build and install from source $ git clone https://github.com/curoverse/arvados.git $ cd arvados/sdk/ruby $ gem build arvados.gemspec -$ sudo gem install arvados-*.gem +$ sudo -i gem install arvados-*.gem