Skip to content

Commit 0e44eff

Browse files
authored
Merge pull request #2699 from CAMOBAP/feature/chocolatey-package
Add information about chocolatey
2 parents 6d9dfcd + c3103b7 commit 0e44eff

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

en/documentation/installation/index.md

+13
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Here are available installation methods:
4747
* [OpenBSD](#openbsd)
4848
* [OpenIndiana](#openindiana)
4949
* [Windows Package Manager](#winget)
50+
* [Chocolatey package manager for Windows](#chocolatey)
5051
* [Other Distributions](#other-systems)
5152
* [Installers](#installers)
5253
* [ruby-build](#ruby-build)
@@ -228,6 +229,18 @@ to install Ruby:
228229
> winget install Ruby
229230
{% endhighlight %}
230231

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+
231244
### Other Distributions
232245
{: #other-systems}
233246

0 commit comments

Comments
 (0)