Skip to content

Commit c563f3c

Browse files
committed
elsdoc-204, use text code fences in Ruby verify step
The bash fences were breaking how the code renders; switch to text to match the style used elsewhere on the page.
1 parent 9cd241a commit c563f3c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/els-for-runtimes/ruby/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@ alt-ruby provides a more flexible and convenient environment for working with di
8787

8888
Check that the binary exists and returns the expected version:
8989

90-
```bash
90+
```text
9191
/opt/alt/<ruby-version>/bin/ruby -v
9292
```
9393

9494
Optionally, add it to `PATH` to use it as default:
9595

96-
```bash
96+
```text
9797
export PATH=/opt/alt/<ruby-version>/bin:$PATH
9898
ruby -v
9999
which ruby

0 commit comments

Comments
 (0)