Skip to content

Commit aa278bd

Browse files
committed
Translate "Add installation method: rbenv for Windows" (ko)
Follow up ruby#2915
1 parent 1d59b6c commit aa278bd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ko/documentation/installation/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,13 @@ rbenv 자체는 Ruby 설치를 지원하지 않습니다만, [ruby-build](#ruby-
316316
유명한 플러그인에서 Ruby를 설치할 수 있습니다.
317317
rbenv, ruby-build 모두 macOS, Linux나 다른 UNIX-계열 운영체제에서 사용가능합니다.
318318

319+
### rbenv for windows
320+
{: #rbenv-for-windows}
321+
322+
[rbenv for Windows][rbenv-for-windows]는 여러 종류의 Ruby on Windows를 설치하고
323+
관리할 수 있도록 합니다. 이는 PowerShell로 작성되었으므로 Windows에서 루비를
324+
이용하는 사용자들에게 자연스러운 수단을 제공합니다. 나아가, 커맨드 라인 인터페이스는
325+
UNIX-계열 운영체제의 [rbenv][rbenv]와 호환됩니다.
319326

320327
### RVM ("Ruby Version Manager")
321328
{: #rvm}
@@ -356,6 +363,7 @@ $ sudo make install
356363

357364
[rvm]: http://rvm.io/
358365
[rbenv]: https://github.com/rbenv/rbenv#readme
366+
[rbenv-for-windows]: https://github.com/ccmywish/rbenv-for-windows#readme
359367
[ruby-build]: https://github.com/rbenv/ruby-build#readme
360368
[ruby-install]: https://github.com/postmodern/ruby-install#readme
361369
[chruby]: https://github.com/postmodern/chruby#readme

0 commit comments

Comments
 (0)