Skip to content

Commit cbfb959

Browse files
igaigaJuanitoFatas
authored andcommitted
Move WSL to package management system in ja/documentation/installation (ja)
1 parent fd34899 commit cbfb959

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ja/documentation/installation/index.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ lang: ja
2929

3030
* Windows
3131

32-
* [WSL](#wsl)
32+
* [WSL](#apt-wsl)
3333
* [ActiveScriptRuby](#activescriptruby)
3434
* [RubyInstaller](#rubyinstaller)
3535
* [RailsInstaller](#railsinstaller)
@@ -66,13 +66,6 @@ RVM は複数の Ruby のインストールと管理を行うことができま
6666

6767
RVM をインストールする方法は [rvm.io][rvm] に記述されています。
6868

69-
### WSL ("Windows Subsystem for Linux")
70-
{: #wsl }
71-
72-
WSLを使うとWindows上でLinux環境をインストールすることができます。インストールしたLinux上で、前述の [rbenv](#rbenv) や後述のパッケージ管理システム [apt](#apt) など、Linux/UNIX向けツールを利用することでRuby開発環境を構築できます。
73-
74-
WSLをインストールする方法は [Windows Subsystem for Linux Installation Guide for Windows 10](https://docs.microsoft.com/en-us/windows/wsl/install-win10) のページに書かれています。
75-
7669
### ActiveScriptRuby
7770
{: #activescriptruby }
7871

@@ -108,6 +101,7 @@ Ruby コミュニティの中の一部のメンバーは Ruby をインストー
108101
このページには以下のパッケージマネージャが記述されています。
109102

110103
* [apt (Debian or Ubuntu)](#apt)
104+
* [apt (Windows WSL Ubuntu)](#apt-wsl)
111105
* [yum (CentOS, Fedora, or RHEL)](#yum)
112106
* [portage (Gentoo)](#gentoo)
113107
* [pacman (Arch Linux)](#pacman)
@@ -127,6 +121,12 @@ $ sudo apt-get install ruby
127121

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

124+
### apt (Windows WSL Ubuntu)
125+
{: #apt-wsl }
126+
127+
WSL(Windows Subsystem for Linux)を使うとWindows上でLinux環境をインストールすることができます。インストールしたLinux上で、前述の [rbenv](#rbenv) やパッケージ管理システム [apt](#apt) など、Linux/UNIX向けツールを利用することでRuby開発環境を構築できます。
128+
129+
WSLをインストールする方法は [Windows Subsystem for Linux Installation Guide for Windows 10](https://docs.microsoft.com/en-us/windows/wsl/install-win10) のページに書かれています。
130130

131131
### yum (CentOS, Fedora, or RHEL)
132132
{: #yum}

0 commit comments

Comments
 (0)