Skip to content

Commit 0790738

Browse files
committed
Add information about chocolatey (ko)
1 parent 3e80358 commit 0790738

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

ko/documentation/installation/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Windows 10을 사용 중이라면 [Windows Subsystem for Linux][wsl]를 사용
4747
* [OpenBSD](#openbsd)
4848
* [OpenIndiana](#openindiana)
4949
* [Windows 패키지 관리자](#winget)
50+
* [Chocolatey 패키지 관리자](#chocolatey)
5051
* [다른 배포판](#other-systems)
5152
* [인스톨러](#installers)
5253
* [ruby-build](#ruby-build)
@@ -215,6 +216,19 @@ Windows에서 [Windows 패키지 관리자 CLI](https://github.com/microsoft/win
215216
> winget install Ruby
216217
{% endhighlight %}
217218

219+
### Chocolatey 패키지 관리자
220+
{: #chocolatey}
221+
222+
또한 Windows에서 [Chocolatey 패키지 관리자](https://chocolatey.org/install)
223+
사용해서 Ruby를 설치할 수 있습니다.
224+
225+
{% highlight sh %}
226+
> choco install ruby
227+
{% endhighlight %}
228+
229+
`msys2`가 이미 설치되어 있다면 이를 그대로 사용하고, 아니면 완전한 Ruby 개발
230+
환경을 위해서 새로 설치합니다.
231+
218232
### 다른 배포판
219233

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

0 commit comments

Comments
 (0)