We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26b3e6 commit dfbf186Copy full SHA for dfbf186
src/components/quickstart/Windows.astro
@@ -31,7 +31,13 @@ const { latestVersion } = Astro.props
31
32
<p>You’ll probably need to reboot.</p>
33
34
- <p>After reboot, install an Ubuntu distro:
+ <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>
41
42
<Terminal type="powershell" code={`> wsl --install Ubuntu --name DDEV`} />
43
0 commit comments