Skip to content

Mention Windows Package Manager as a way to get Ruby #2686

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions en/documentation/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Here are available installation methods:
* [FreeBSD](#freebsd)
* [OpenBSD](#openbsd)
* [OpenIndiana](#openindiana)
* [Windows Package Manager](#winget)
* [Other Distributions](#other-systems)
* [Installers](#installers)
* [ruby-build](#ruby-build)
Expand Down Expand Up @@ -217,6 +218,15 @@ $ pkg install runtime/ruby
However, the third-party tools might be a good way to obtain the
latest version of Ruby.

### Windows Package Manager
{: #winget}

On Windows, you can use the [Windows Package Manager CLI](https://github.com/microsoft/winget-cli)
to install Ruby:

{% highlight sh %}
> winget install Ruby
{% endhighlight %}

### Other Distributions
{: #other-systems}
Expand Down