Skip to content

Commit

Permalink
Improve winget installation instructions (ko) (#3127)
Browse files Browse the repository at this point in the history
  • Loading branch information
yous authored Oct 12, 2023
1 parent a64bb7b commit 2d7c75b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions ko/documentation/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,14 @@ $ pkg install runtime/ruby
Windows에서 [Windows 패키지 관리자 CLI](https://github.com/microsoft/winget-cli)
사용해서 Ruby를 설치할 수 있습니다.

{% highlight sh %}
> winget install Ruby
{% highlight ps1 %}
> winget install RubyInstallerTeam.Ruby.{MAJOR}.{MINOR}
# 예시
> winget install RubyInstallerTeam.Ruby.3.2
# 사용 가능한 버전 목록
> winget search RubyInstallerTeam.Ruby
# 주의: 프로젝트에 사용할 Ruby를 설치하는 경우, RubyWithDevKit을 설치할 수 있음
> winget install RubyInstallerTeam.RubyWithDevKit.3.2
{% endhighlight %}

### Chocolatey 패키지 관리자
Expand Down

0 comments on commit 2d7c75b

Please sign in to comment.