You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ko/documentation/installation/index.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ Windows 10을 사용 중이라면 [Windows Subsystem for Linux][wsl]를 사용
57
57
*[관리자](#managers)
58
58
*[asdf-vm](#asdf-vm)
59
59
*[chruby](#chruby)
60
+
*[mise-en-place](#mise-en-place)
60
61
*[rbenv](#rbenv)
61
62
*[rbenv for Windows](#rbenv-for-windows)
62
63
*[RVM](#rvm)
@@ -334,6 +335,14 @@ chruby는 [ruby-install](#ruby-install)로 설치된 Ruby뿐만
334
335
아니라 소스에서 빌드 된 Ruby도 관리할 수 있습니다.
335
336
336
337
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.
0 commit comments