File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
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,6 +81,24 @@ 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 `
85
+
86
+ Mise includes a Ruby plugin. See https://mise.jdx.dev/lang/ruby.html for details.
87
+
88
+ You can install a TruffleRuby Native Standalone release or dev build with:
89
+
90
+ ``` bash
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
100
+ ```
101
+
84
102
## ` ruby-install ` and ` chruby `
85
103
86
104
See https://github.com/postmodern/ruby-install#install for installing and updating ` ruby-install ` .
You can’t perform that action at this time.
0 commit comments