Skip to content

Commit e0a7923

Browse files
matt17rJuanitoFatas
authored andcommitted
Add asdf-vm to the list of Ruby managers
Added it to list in alphabetical order to match existing options.
1 parent 5b85d07 commit e0a7923

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

en/documentation/installation/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Here are available installation methods:
5252
* [RubyInstaller](#rubyinstaller) (Windows)
5353
* [Ruby Stack](#rubystack)
5454
* [Managers](#managers)
55+
* [asdf-vm](#asdf-vm)
5556
* [chruby](#chruby)
5657
* [rbenv](#rbenv)
5758
* [RVM](#rvm)
@@ -265,6 +266,15 @@ project and other advantages but are not officially supported. You can
265266
however find support within their respective communities.
266267

267268

269+
### asdf-vm
270+
{: #asdf-vm}
271+
272+
[asdf-vm][asdf-vm] is an extendable version manager that can manage multiple
273+
language runtime versions on a per-project basis. You will need the
274+
[asdf-ruby][asdf-ruby] plugin (which in turn uses [ruby-build](#ruby-build))
275+
to install Ruby.
276+
277+
268278
### chruby
269279
{: #chruby}
270280

@@ -337,3 +347,5 @@ though, because the installed Ruby won't be managed by any tools.
337347
[installers]: /en/documentation/installation/#installers
338348
[readme]: https://github.com/ruby/ruby#how-to-compile-and-install
339349
[wsl]: https://docs.microsoft.com/en-us/windows/wsl/about
350+
[asdf-vm]: https://asdf-vm.com/
351+
[asdf-ruby]: https://github.com/asdf-vm/asdf-ruby

0 commit comments

Comments
 (0)