Skip to content

Commit d22b435

Browse files
committed
Copy "added mise-en-place"
1 parent 00e8122 commit d22b435

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ko/documentation/installation/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Windows 10을 사용 중이라면 [Windows Subsystem for Linux][wsl]를 사용
5757
* [관리자](#managers)
5858
* [asdf-vm](#asdf-vm)
5959
* [chruby](#chruby)
60+
* [mise-en-place](#mise-en-place)
6061
* [rbenv](#rbenv)
6162
* [rbenv for Windows](#rbenv-for-windows)
6263
* [RVM](#rvm)
@@ -334,6 +335,14 @@ chruby는 [ruby-install](#ruby-install)로 설치된 Ruby뿐만
334335
아니라 소스에서 빌드 된 Ruby도 관리할 수 있습니다.
335336

336337

338+
### mise-en-place
339+
{: #mise-en-place}
340+
341+
[mise-en-place][mise-en-place] allows you to switch between multiple Rubies without requiring additional tools.
342+
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.
343+
It supports UNIX-like and Windows operating systems.
344+
345+
337346
### rbenv
338347
{: #rbenv}
339348

@@ -420,4 +429,6 @@ $ sudo make install
420429
[wsl]: https://docs.microsoft.com/ko-kr/windows/wsl/about
421430
[asdf-vm]: https://asdf-vm.com/
422431
[asdf-ruby]: https://github.com/asdf-vm/asdf-ruby
432+
[mise-en-place]: https://mise.jdx.dev
433+
[mise-en-place-ruby]: https://mise.jdx.dev/lang/ruby.html
423434
[openbsd-current-ruby-ports]: https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/ruby/?only_with_tag=HEAD

0 commit comments

Comments
 (0)