We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ceb11 commit 0289a21Copy full SHA for 0289a21
doc/user/ruby-managers.md
@@ -81,6 +81,14 @@ You can also install the TruffleRuby JVM Standalone with:
81
asdf install ruby truffleruby+graalvm-VERSION OR truffleruby+graalvm-dev
82
```
83
84
+## `mise` (with ruby mise core plugin)
85
+
86
+You can install a TruffleRuby Native Standalone release or dev build with:
87
88
+```bash
89
+mise install ruby@truffleruby-VERSION OR truffleruby-dev
90
+```
91
92
## `ruby-install` and `chruby`
93
94
See https://github.com/postmodern/ruby-install#install for installing and updating `ruby-install`.
0 commit comments