From 5a9b936f8c216d3e13c41b07a4cb24bcab6ff76d Mon Sep 17 00:00:00 2001 From: Zakir Hossen <33604077+devzakir@users.noreply.github.com> Date: Fri, 16 Aug 2024 15:16:59 +0600 Subject: [PATCH] chore: Added extra line for the output with a version number. --- ruby/introduction/installing_ruby.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ruby/introduction/installing_ruby.md b/ruby/introduction/installing_ruby.md index 69ccd3faa2e..dd07d16e655 100644 --- a/ruby/introduction/installing_ruby.md +++ b/ruby/introduction/installing_ruby.md @@ -263,6 +263,11 @@ You can double check that this worked by typing `ruby -v` and checking that the ```bash ruby -v +``` + +You should get an output with a version number **similar** to this: + +```bash ruby 3.3.4pxx (20xx-xx-xx revision xxxxx) [x86_64-darwin18] ```