Skip to content

Commit fef5def

Browse files
Updated install-win10.md
1 parent 337b6c4 commit fef5def

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WSL/install-win10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.localizationpriority: high
1414
Windows Subsystem for Linux has two different versions to choose between during the installation process. WSL 2 has better overall performance and we recommend using it. If your system does not support WSL 2, or you have a specific situation that requires cross-system file storage, then you may want to stick with WSL 1. Read more about [Comparing WSL 2 and WSL 1](./compare-versions.md).
1515

1616
> [!NOTE]
17-
> To use the new `wsl --install` command and skip steps 1-6 below, you need to join the [Windows Insiders Program](https://insider.windows.com/getting-started) and install a preview build of Windows 10 (OS build 20211 or higher).
17+
> To use the new `wsl --install` command and skip steps 1-6 below, you need to join the [Windows Insiders Program](https://insider.windows.com/getting-started) and install a preview build of Windows 10 (OS build 20262 or higher).
1818
>
1919
> Once the preview build is installed, you can open a command prompt window with administrator privileges and run `wsl --install`. This will automatically enable the optional WSL and Virtual Machine Platform components, download and install the latest Linux kernel, set WSL 2 as the default, and download Ubuntu (this can be changed using `wsl --install -d Debian` as an example, to see a list of available Linux distributions, enter `wsl --list --online`). Once the command has completed, you will be prompted to restart. After restarting, the Linux distribution (Ubuntu by default) completes installing and opens a Linux command line for you to begin using. You could then skip to [Step 7 - Set up a new distribution](./install-win10.md#step-7---set-up-a-new-distribution).
2020

0 commit comments

Comments
 (0)