Skip to content

Commit

Permalink
Added mise-en-place to installation (en)
Browse files Browse the repository at this point in the history
Co-authored-by: Juanito Fatas <[email protected]>
  • Loading branch information
jdx and JuanitoFatas authored Feb 6, 2025
1 parent 587b345 commit 28d5640
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions en/documentation/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Here are available installation methods:
* [Managers](#managers)
* [asdf-vm](#asdf-vm)
* [chruby](#chruby)
* [mise-en-place](#mise-en-place)
* [rbenv](#rbenv)
* [rbenv for Windows](#rbenv-for-windows)
* [RVM](#rvm)
Expand Down Expand Up @@ -334,6 +335,14 @@ manage Rubies installed by [ruby-install](#ruby-install) or even built
from source.


### mise-en-place
{: #mise-en-place}

[mise-en-place][mise-en-place] allows you to switch between multiple Rubies without requiring additional tools.
It manages installations automatically and includes a [gem backend](https://mise.jdx.dev/dev-tools/backends/gem.html) to manage versions of CLIs written in Ruby.
It supports UNIX-like and Windows operating systems.


### rbenv
{: #rbenv}

Expand Down Expand Up @@ -421,4 +430,6 @@ though, because the installed Ruby won't be managed by any tools.
[wsl]: https://docs.microsoft.com/en-us/windows/wsl/about
[asdf-vm]: https://asdf-vm.com/
[asdf-ruby]: https://github.com/asdf-vm/asdf-ruby
[mise-en-place]: https://mise.jdx.dev
[mise-en-place-ruby]: https://mise.jdx.dev/lang/ruby.html
[openbsd-current-ruby-ports]: https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/ruby/?only_with_tag=HEAD

0 comments on commit 28d5640

Please sign in to comment.