Skip to content

Commit e63aebb

Browse files
committed
Update docs for ruby-install
1 parent 98db362 commit e63aebb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/user/ruby-managers.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,15 @@ asdf install ruby truffleruby+graalvm-VERSION OR truffleruby+graalvm-dev
8989

9090
### `ruby-install` and `chruby`
9191

92-
First, you need at least `ruby-install` 0.7.1 to get TruffleRuby support.
92+
First, ensure you have the latest `ruby-install` release.
9393
Check your version with:
9494

9595
```bash
9696
ruby-install --version
9797
```
9898

99-
If it is older than `0.7.1`, you need to update to the latest `ruby-install`.
99+
And compare to the [latest tag](https://github.com/postmodern/ruby-install/tags).
100+
If it is older, you should update to the latest `ruby-install` (e.g. 0.8.4 is necessary for aarch64 support).
100101
Follow the [installation instructions](https://github.com/postmodern/ruby-install#install), since the steps for upgrading `ruby-install` are the same as the steps for installing it.
101102

102103
Then install the latest TruffleRuby standalone release with:

0 commit comments

Comments
 (0)