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 a64bb7b commit 2d7c75bCopy full SHA for 2d7c75b
ko/documentation/installation/index.md
@@ -212,8 +212,14 @@ $ pkg install runtime/ruby
212
Windows에서 [Windows 패키지 관리자 CLI](https://github.com/microsoft/winget-cli)를
213
사용해서 Ruby를 설치할 수 있습니다.
214
215
-{% highlight sh %}
216
-> winget install Ruby
+{% highlight ps1 %}
+> winget install RubyInstallerTeam.Ruby.{MAJOR}.{MINOR}
217
+# 예시
218
+> winget install RubyInstallerTeam.Ruby.3.2
219
+# 사용 가능한 버전 목록
220
+> winget search RubyInstallerTeam.Ruby
221
+# 주의: 프로젝트에 사용할 Ruby를 설치하는 경우, RubyWithDevKit을 설치할 수 있음
222
+> winget install RubyInstallerTeam.RubyWithDevKit.3.2
223
{% endhighlight %}
224
225
### Chocolatey 패키지 관리자
0 commit comments