Skip to content

Commit 0289a21

Browse files
authored
Add mise instructions on ruby-managers.md
1 parent 89ceb11 commit 0289a21

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/user/ruby-managers.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,14 @@ 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)
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+
8492
## `ruby-install` and `chruby`
8593

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

0 commit comments

Comments
 (0)