Skip to content

Commit dfbf186

Browse files
committed
docs: add command to update wsl for Windows
1 parent d26b3e6 commit dfbf186

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/components/quickstart/Windows.astro

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,13 @@ const { latestVersion } = Astro.props
3131

3232
<p>You’ll probably need to reboot.</p>
3333

34-
<p>After reboot, install an Ubuntu distro:
34+
<p>After reboot, update your WSL:</p>
35+
36+
<Terminal type="powershell" code={`> wsl --update`} />
37+
38+
<p>Keeping WSL updated helps to ensure that DDEV installs successfully.</p>
39+
40+
<p>Then, install an Ubuntu distro:</p>
3541

3642
<Terminal type="powershell" code={`> wsl --install Ubuntu --name DDEV`} />
3743

0 commit comments

Comments
 (0)