We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd241a commit c563f3cCopy full SHA for c563f3c
1 file changed
docs/els-for-runtimes/ruby/README.md
@@ -87,13 +87,13 @@ alt-ruby provides a more flexible and convenient environment for working with di
87
88
Check that the binary exists and returns the expected version:
89
90
- ```bash
+ ```text
91
/opt/alt/<ruby-version>/bin/ruby -v
92
```
93
94
Optionally, add it to `PATH` to use it as default:
95
96
97
export PATH=/opt/alt/<ruby-version>/bin:$PATH
98
ruby -v
99
which ruby
0 commit comments