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

Lines changed: 18 additions & 0 deletions
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)