Skip to content

Commit

Permalink
Add information about chocolatey (ko)
Browse files Browse the repository at this point in the history
  • Loading branch information
yous committed Oct 22, 2022
1 parent 3e80358 commit 0790738
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ko/documentation/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Windows 10을 사용 중이라면 [Windows Subsystem for Linux][wsl]를 사용
* [OpenBSD](#openbsd)
* [OpenIndiana](#openindiana)
* [Windows 패키지 관리자](#winget)
* [Chocolatey 패키지 관리자](#chocolatey)
* [다른 배포판](#other-systems)
* [인스톨러](#installers)
* [ruby-build](#ruby-build)
Expand Down Expand Up @@ -215,6 +216,19 @@ Windows에서 [Windows 패키지 관리자 CLI](https://github.com/microsoft/win
> winget install Ruby
{% endhighlight %}

### Chocolatey 패키지 관리자
{: #chocolatey}

또한 Windows에서 [Chocolatey 패키지 관리자](https://chocolatey.org/install)
사용해서 Ruby를 설치할 수 있습니다.

{% highlight sh %}
> choco install ruby
{% endhighlight %}

`msys2`가 이미 설치되어 있다면 이를 그대로 사용하고, 아니면 완전한 Ruby 개발
환경을 위해서 새로 설치합니다.

### 다른 배포판

다른 시스템에서는 자신의 Linux 배포 관리자를 위한 패키지 저장소를 검색할 수 있습니다.
Expand Down

0 comments on commit 0790738

Please sign in to comment.