Skip to content

Commit 75e31df

Browse files
authored
Update installation with mise on ruby-managers.md
1 parent 0289a21 commit 75e31df

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

doc/user/ruby-managers.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permalink: /reference-manual/ruby/RubyManagers/
66
---
77
# Ruby Managers and Installers
88

9-
TruffleRuby is supported by the 3 major Ruby installers.
9+
TruffleRuby is supported by all major Ruby installers.
1010

1111
## `rvm`
1212

@@ -81,12 +81,22 @@ You can also install the TruffleRuby JVM Standalone with:
8181
asdf install ruby truffleruby+graalvm-VERSION OR truffleruby+graalvm-dev
8282
```
8383

84-
## `mise` (with ruby mise core plugin)
84+
## `mise`
85+
86+
Mise includes a Ruby plugin. See https://mise.jdx.dev/lang/ruby.html for details.
8587

8688
You can install a TruffleRuby Native Standalone release or dev build with:
8789

8890
```bash
89-
mise install ruby@truffleruby-VERSION OR truffleruby-dev
91+
mise install ruby@truffleruby-VERSION
92+
mise install ruby@truffleruby-dev # latest dev version
93+
```
94+
95+
You can also install the TruffleRuby JVM Standalone with:
96+
97+
```
98+
mise install ruby@truffleruby+graalvm-VERSION
99+
mise install ruby@truffleruby+graalvm-dev # latest dev version
90100
```
91101

92102
## `ruby-install` and `chruby`

0 commit comments

Comments
 (0)