Skip to content

Commit c72339e

Browse files
committed
Mention Windows Package Manager (ko)
1 parent 1a62628 commit c72339e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ko/documentation/installation/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Windows 10을 사용 중이라면 [Windows Subsystem for Linux][wsl]를 사용
4646
* [FreeBSD](#freebsd)
4747
* [OpenBSD](#openbsd)
4848
* [OpenIndiana](#openindiana)
49+
* [Windows 패키지 관리자](#winget)
4950
* [다른 배포판](#other-systems)
5051
* [인스톨러](#installers)
5152
* [ruby-build](#ruby-build)
@@ -204,6 +205,15 @@ $ pkg install runtime/ruby
204205

205206
하지만, 서드파티 도구를 사용하는 것이 최신 버전의 Ruby를 얻는 더 좋은 방법입니다.
206207

208+
### Windows 패키지 관리자
209+
{: #winget}
210+
211+
Windows에서 [Windows 패키지 관리자 CLI](https://github.com/microsoft/winget-cli)
212+
사용해서 Ruby를 설치할 수 있습니다.
213+
214+
{% highlight sh %}
215+
> winget install Ruby
216+
{% endhighlight %}
207217

208218
### 다른 배포판
209219

0 commit comments

Comments
 (0)