File tree 1 file changed +14
-0
lines changed
ko/documentation/installation
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ Windows 10을 사용 중이라면 [Windows Subsystem for Linux][wsl]를 사용
47
47
* [ OpenBSD] ( #openbsd )
48
48
* [ OpenIndiana] ( #openindiana )
49
49
* [ Windows 패키지 관리자] ( #winget )
50
+ * [ Chocolatey 패키지 관리자] ( #chocolatey )
50
51
* [ 다른 배포판] ( #other-systems )
51
52
* [ 인스톨러] ( #installers )
52
53
* [ ruby-build] ( #ruby-build )
@@ -215,6 +216,19 @@ Windows에서 [Windows 패키지 관리자 CLI](https://github.com/microsoft/win
215
216
> winget install Ruby
216
217
{% endhighlight %}
217
218
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
+
218
232
### 다른 배포판
219
233
220
234
다른 시스템에서는 자신의 Linux 배포 관리자를 위한 패키지 저장소를 검색할 수 있습니다.
You can’t perform that action at this time.
0 commit comments