Skip to content

Commit 2d7c75b

Browse files
authored
Improve winget installation instructions (ko) (#3127)
1 parent a64bb7b commit 2d7c75b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

ko/documentation/installation/index.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,14 @@ $ pkg install runtime/ruby
212212
Windows에서 [Windows 패키지 관리자 CLI](https://github.com/microsoft/winget-cli)
213213
사용해서 Ruby를 설치할 수 있습니다.
214214

215-
{% highlight sh %}
216-
> winget install Ruby
215+
{% highlight ps1 %}
216+
> 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
217223
{% endhighlight %}
218224

219225
### Chocolatey 패키지 관리자

0 commit comments

Comments
 (0)