Skip to content

Add WSL in documentation/installation (ja) #2000

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
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
8 changes: 8 additions & 0 deletions ja/documentation/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ lang: ja

* Windows

* [WSL](#apt-wsl)
* [ActiveScriptRuby](#activescriptruby)
* [RubyInstaller](#rubyinstaller)
* [RailsInstaller](#railsinstaller)
Expand Down Expand Up @@ -100,6 +101,7 @@ Ruby コミュニティの中の一部のメンバーは Ruby をインストー
このページには以下のパッケージマネージャが記述されています。

* [apt (Debian or Ubuntu)](#apt)
* [apt (Windows WSL Ubuntu)](#apt-wsl)
* [yum (CentOS, Fedora, or RHEL)](#yum)
* [portage (Gentoo)](#gentoo)
* [pacman (Arch Linux)](#pacman)
Expand All @@ -119,6 +121,12 @@ $ sudo apt-get install ruby

これを書いている時点では、 Debian と Ubuntu の `ruby` パッケージは古い Ruby 2.3.1 を提供しています。

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

WSL(Windows Subsystem for Linux)を使うとWindows上でLinux環境をインストールすることができます。インストールしたLinux上で、前述の [rbenv](#rbenv) やパッケージ管理システム [apt](#apt) など、Linux/UNIX向けツールを利用することでRuby開発環境を構築できます。

WSLをインストールする方法は [Windows Subsystem for Linux Installation Guide for Windows 10](https://docs.microsoft.com/en-us/windows/wsl/install-win10) のページに書かれています。

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