Skip to content

Commit 07f3533

Browse files
committed
Follow up ruby#2056
1 parent d727a63 commit 07f3533

File tree

1 file changed

+5
-19
lines changed

1 file changed

+5
-19
lines changed

ko/documentation/installation/index.md

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,14 @@ ruby -v
3030
전환을 도와줍니다.
3131
* 마지막으로 **소스에서 빌드** 하실 수도 있습니다.
3232

33+
Windows 10을 사용 중이라면 [Windows Subsystem for Linux][wsl]를 사용하여
34+
지원되는 Linux 배포판 중 하나를 설치하고, 해당 시스템에 맞는 설치 방법을
35+
사용할 수 있습니다.
36+
3337
이 목록은 각 다른 요구사항과 플랫폼을 위한 주요 설치방법입니다.
3438

3539
* [패키지 관리 시스템](#package-management-systems)
3640
* [Debian, Ubuntu](#apt)
37-
* [Windows WSL Ubuntu](#apt-wsl)
3841
* [CentOS, Fedora, RHEL](#yum)
3942
* [Snap](#snap)
4043
* [Gentoo](#portage)
@@ -79,24 +82,6 @@ Debian GNU/Linux와 Ubuntu는 apt 패키지 관리 시스템을 사용합니다.
7982
$ sudo apt-get install ruby-full
8083
{% endhighlight %}
8184

82-
### apt (Windows WSL Ubuntu)
83-
{: #apt-wsl}
84-
85-
Windows 10을 사용 중이라면 WSL을 통해 Linux Ubuntu OS를 사용할 수 있습니다.
86-
또한 apt를 통해 루비를 사용할 수 있습니다.
87-
88-
다음 페이지에서 WSL을 설치하는 방법에 대해 알아보세요.
89-
90-
[Windows Subsystem for Linux Installation Guide for Windows 10](https://docs.microsoft.com/ko-kr/windows/wsl/install-win10)
91-
92-
다음과 같이 Linux OS와 동일하게 apt를 사용할 수 있습니다.
93-
94-
{% highlight sh %}
95-
$ sudo apt-get install ruby-full
96-
{% endhighlight %}
97-
98-
WSL에서 rbenv와 같은 루비 관리자를 사용하는 것도 가능합니다.
99-
10085
### yum (CentOS, Fedora, RHEL)
10186
{: #yum}
10287

@@ -339,3 +324,4 @@ $ sudo make install
339324
[download]: /ko/downloads/
340325
[installers]: /ko/documentation/installation/#installers
341326
[readme]: https://github.com/ruby/ruby#how-to-compile-and-install
327+
[wsl]: https://docs.microsoft.com/ko-kr/windows/wsl/about

0 commit comments

Comments
 (0)