Skip to content

Commit eef679a

Browse files
Merge pull request #34671 from rwestMSFT/rw-0710-fix-448949
Reword WSL prerequisites (UUF 448949)
2 parents 16a52fa + 11b62e2 commit eef679a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/linux/quickstart-install-connect-wsl-2.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "WSL 2: Install SQL Server on Windows Subsystem for Linux"
33
description: This quickstart shows how to install SQL Server on Windows Subsystem for Linux (WSL 2) and then create and query a database with sqlcmd.
44
author: rwestMSFT
55
ms.author: randolphwest
6-
ms.date: 05/02/2025
6+
ms.date: 07/10/2025
77
ms.service: sql
88
ms.subservice: linux
99
ms.topic: quickstart
@@ -34,11 +34,7 @@ There are two ways to get started with SQL Server on WSL 2:
3434

3535
## Prerequisites
3636

37-
Install WSL 2. Ensure you're running Windows 10 version 2004 or a later version (Build 19041 and higher), or Windows 11. To install WSL, open a PowerShell or Windows command prompt in administrator mode, and run the following command:
38-
39-
```console
40-
wsl --install
41-
```
37+
Install WSL 2. Ensure you're running Windows 10 version 2004 or a later version (Build 19041 and higher), or Windows 11. To install WSL, open a PowerShell or Windows command prompt in administrator mode, and follow the instructions in the next section.
4238

4339
For detailed instructions, see [How to install Linux on Windows with WSL](/windows/wsl/install). For information on setting up the WSL environment for development, see [Set up a WSL development environment](/windows/wsl/setup/environment).
4440

0 commit comments

Comments
 (0)