File tree 1 file changed +13
-0
lines changed
en/documentation/installation
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ Here are available installation methods:
47
47
* [ OpenBSD] ( #openbsd )
48
48
* [ OpenIndiana] ( #openindiana )
49
49
* [ Windows Package Manager] ( #winget )
50
+ * [ Chocolatey package manager for Windows] ( #chocolatey )
50
51
* [ Other Distributions] ( #other-systems )
51
52
* [ Installers] ( #installers )
52
53
* [ ruby-build] ( #ruby-build )
@@ -228,6 +229,18 @@ to install Ruby:
228
229
> winget install Ruby
229
230
{% endhighlight %}
230
231
232
+ ### Chocolatey package manager for Windows
233
+ {: #chocolatey}
234
+
235
+ Also on Windows, you can use the [ Chocolatey Package Manager] ( https://chocolatey.org/install )
236
+ to install Ruby:
237
+
238
+ {% highlight sh %}
239
+ > choco install ruby
240
+ {% endhighlight %}
241
+
242
+ It will reuse existing ` msys2 ` , or install own for complete Ruby development environment
243
+
231
244
### Other Distributions
232
245
{: #other-systems}
233
246
You can’t perform that action at this time.
0 commit comments