Skip to content

Commit a35a68a

Browse files
authored
Add WSL to installation doc (ko) (#2048)
1 parent 7d2a7eb commit a35a68a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

ko/documentation/installation/index.md

+18
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ ruby -v
3434

3535
* [패키지 관리 시스템](#package-management-systems)
3636
* [Debian, Ubuntu](#apt)
37+
* [Windows WSL Ubuntu](#apt-wsl)
3738
* [CentOS, Fedora, RHEL](#yum)
3839
* [Snap](#snap)
3940
* [Gentoo](#portage)
@@ -78,6 +79,23 @@ Debian GNU/Linux와 Ubuntu는 apt 패키지 관리 시스템을 사용합니다.
7879
$ sudo apt-get install ruby-full
7980
{% endhighlight %}
8081

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와 같은 루비 관리자를 사용하는 것도 가능합니다.
8199

82100
### yum (CentOS, Fedora, RHEL)
83101
{: #yum}

0 commit comments

Comments
 (0)