X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f1dd455134bb85733c7594d16f6c1e0dc8444915..e9953a60caf4c8186ab4597a1b41b65617af1fa6:/doc/_includes/_install_ruby_and_bundler.liquid diff --git a/doc/_includes/_install_ruby_and_bundler.liquid b/doc/_includes/_install_ruby_and_bundler.liquid index 549e144634..ecef04ba5e 100644 --- a/doc/_includes/_install_ruby_and_bundler.liquid +++ b/doc/_includes/_install_ruby_and_bundler.liquid @@ -16,9 +16,9 @@ h2(#packages). Option 1: Install from packages Future versions of Arvados may require a newer version of Ruby than is packaged with your OS. Using OS packages simplifies initial install, but may complicate upgrades that rely on a newer Ruby. If this is a concern, we recommend using "RVM":#rvm. {% include 'notebox_end' %} -h3. Centos 7 +h3. CentOS 7 -The Ruby version shipped with Centos 7 is too old. Use "RVM":#rvm to install a newer version of Ruby (we recommend installing version 2.7 or newer). +The Ruby version shipped with CentOS 7 is too old. Use "RVM":#rvm to install a newer version of Ruby (we recommend installing version 2.7 or newer). h3. Debian and Ubuntu @@ -34,7 +34,7 @@ h2(#rvm). Option 2: Install with RVM h3. Install gpg and curl -h4. Centos 7 +h4. CentOS 7
 yum install gpg curl which