We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a62628 commit c72339eCopy full SHA for c72339e
ko/documentation/installation/index.md
@@ -46,6 +46,7 @@ Windows 10을 사용 중이라면 [Windows Subsystem for Linux][wsl]를 사용
46
* [FreeBSD](#freebsd)
47
* [OpenBSD](#openbsd)
48
* [OpenIndiana](#openindiana)
49
+ * [Windows 패키지 관리자](#winget)
50
* [다른 배포판](#other-systems)
51
* [인스톨러](#installers)
52
* [ruby-build](#ruby-build)
@@ -204,6 +205,15 @@ $ pkg install runtime/ruby
204
205
206
하지만, 서드파티 도구를 사용하는 것이 최신 버전의 Ruby를 얻는 더 좋은 방법입니다.
207
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 %}
217
218
### 다른 배포판
219
0 commit comments