Skip to content

Commit 92509f1

Browse files
authored
Merge pull request #27687 from pneedle-rh/rubygems_command_in_note
Including the RVM command within the preceding note
2 parents 3492364 + 495f26d commit 92509f1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

contributing_to_docs/tools_and_setup.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,15 @@ live content editing on a Fedora Linux system.
8383

8484
1. Install the _RubyGems_ package with `yum install rubygems`
8585

86-
NOTE: On certain systems, `yum` installs an older version of RubyGems that can cause issues. As an alternative, you can install RubyGems by using RVM. The following example is referenced from the link:https://rvm.io/rvm/install[RVM site]:
86+
[NOTE]
87+
====
88+
On certain systems, `yum` installs an older version of RubyGems that can cause issues. As an alternative, you can install RubyGems by using RVM. The following example is referenced from the link:https://rvm.io/rvm/install[RVM site]:
8789
90+
[source,terminal]
8891
----
8992
$ curl -sSL https://get.rvm.io | bash -s stable --ruby
9093
----
94+
====
9195

9296
2. Install _Ruby_ development packages with `yum install ruby-devel`
9397
3. Install _gcc_ with `yum install gcc-c++`

0 commit comments

Comments
 (0)