Skip to content
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

Add WSL in en/documentation/installation (en) #2009

Merged
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
17 changes: 17 additions & 0 deletions en/documentation/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Here are available installation methods:

* [Package Management Systems](#package-management-systems)
* [Debian, Ubuntu](#apt)
* [Windows WSL Ubuntu](#apt-wsl)
* [CentOS, Fedora, RHEL](#yum)
* [Snap](#snap)
* [Gentoo](#portage)
Expand Down Expand Up @@ -80,6 +81,22 @@ like this:
$ sudo apt-get install ruby-full
{% endhighlight %}

### apt (Windows WSL Ubuntu)
{: #apt-wsl}

If you use Windows 10, you can use Linux Ubuntu OS with WSL. And you can also use Ruby with apt.

There is an information that how to install WSL in this page:

[Windows Subsystem for Linux Installation Guide for Windows 10](https://docs.microsoft.com/en-us/windows/wsl/install-win10)

You can use the apt same as Linux OS like this:

{% highlight sh %}
$ sudo apt-get install ruby-full
{% endhighlight %}

Or you can also use Ruby managers like the rbenv on WSL.

### yum (CentOS, Fedora, or RHEL)
{: #yum}
Expand Down