Skip to content

Commit

Permalink
chore: Added extra line for the output with a version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
devzakir authored Aug 16, 2024
1 parent 8cb8ab0 commit 5a9b936
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ruby/introduction/installing_ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
```
Expand Down

0 comments on commit 5a9b936

Please sign in to comment.