We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb2fa3 commit 6bdc2baCopy full SHA for 6bdc2ba
1 file changed
source/os/win/wsl2.rst
@@ -1,12 +1,12 @@
1
WSL2
2
=====
3
4
-Windows Subsystem for Linux (WSL) は Windows の機能であり,別の仮想マシンやデュアル ブートを必要とせずに,Windows マシンで Linux 環境を実行することができる.ここでは,Ubuntu22.04を使用する例を示す.
+Windows Subsystem for Linux (WSL) は Windows の機能であり,別の仮想マシンやデュアル ブートを必要とせずに,Windows マシンで Linux 環境を実行することができる.ここでは,Ubuntu24.04を使用する例を示す.
5
6
.. code-block:: powershell
7
8
wsl --install
9
- wsl --install Ubuntu-22.04
+ wsl --install Ubuntu-24.04
10
11
なお,オンラインストアからダウンロードできる利用可能な Linux ディストリビューションのリストは,次のコマンドで確認できる.
12
0 commit comments