Skip to content

Commit 6519182

Browse files
andrykonchineregon
authored andcommitted
[GR-19691] Add mise instructions on ruby-managers.md (#3817)
PullRequest: truffleruby/4526
2 parents c6fab36 + 75e31df commit 6519182

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

doc/user/ruby-managers.md

Lines changed: 19 additions & 1 deletion
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,6 +81,24 @@ You can also install the TruffleRuby JVM Standalone with:
8181
asdf install ruby truffleruby+graalvm-VERSION OR truffleruby+graalvm-dev
8282
```
8383

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+
84102
## `ruby-install` and `chruby`
85103

86104
See https://github.com/postmodern/ruby-install#install for installing and updating `ruby-install`.

0 commit comments

Comments
 (0)