File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ permalink: /reference-manual/ruby/RubyManagers/
6
6
---
7
7
# Ruby Managers and Installers
8
8
9
- TruffleRuby is supported by the 3 major Ruby installers.
9
+ TruffleRuby is supported by all major Ruby installers.
10
10
11
11
## ` rvm `
12
12
@@ -81,12 +81,22 @@ You can also install the TruffleRuby JVM Standalone with:
81
81
asdf install ruby truffleruby+graalvm-VERSION OR truffleruby+graalvm-dev
82
82
```
83
83
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.
85
87
86
88
You can install a TruffleRuby Native Standalone release or dev build with:
87
89
88
90
``` 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
90
100
```
91
101
92
102
## ` ruby-install ` and ` chruby `
You can’t perform that action at this time.
0 commit comments