diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-10-12 04:34:29 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-10-12 04:34:29 -0600 |
| commit | f22e09c1ebda573215a9d687fde9f501da6759c5 (patch) | |
| tree | 8f9b8c0f186a1780ba4d42b34af994a45a161759 /docs | |
| parent | e7c67f1f4c8ae6254103b330bf41788399c9c2b4 (diff) | |
add point about RVM to warning about using gem install
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modules/install/pages/ruby-packaging.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/install/pages/ruby-packaging.adoc b/docs/modules/install/pages/ruby-packaging.adoc index d1933385..d4a88b09 100644 --- a/docs/modules/install/pages/ruby-packaging.adoc +++ b/docs/modules/install/pages/ruby-packaging.adoc @@ -8,7 +8,7 @@ This page explains how to use Ruby packaging to install Asciidoctor. WARNING: Unless you're running in a container (Docker, podman, OCI), _never_ install gems using `gem install` as the root user. Doing so will almost certainly interfere with, and possibly corrupt, the Ruby installation on your system. We strongly advise you to use <<Bundler>> to manage your gems within a project (or at very least, within user space). -The `gem install` instructions are provided for when you're running in a container. +The `gem install` instructions are provided for when you're running in a container or when your using RVM (ideally with a gemset). == Configure Ruby packaging |
