Skip to content

docs: add command to update wsl for Windows #404

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

adiati98
Copy link
Contributor

The Issue

How This PR Solves The Issue

When installing DDEV, I got an error message saying that DDEV can't be installed. After a discussion and troubleshooting on Discord, re-installing the WSL with wsl --install and updating with wsl --update solved the problem. DDEV was installed smoothly.

Based on this, in some cases, running wsl --update command after installing WSL on Windows might be required to install DDEV successfully.

This PR adds the command to the Get Started page.

Manual Testing Instructions

Automated Testing Overview

Related Issue Link(s)

Release/Deployment Notes

@@ -31,7 +31,13 @@ const { latestVersion } = Astro.props

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

<p>After reboot, install an Ubuntu distro:
<p>After reboot, update your WSL:</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm conflicted on this, because of course if you just installed and rebooted, you don't need to update. OTOH we're trying to keep this as simple and straightforward as possible.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Then I think we don't need to add this, assuming that the info on this page is for folks who are completely new to WSL. 🙂

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, you needed it, and there will be others like you who didn't do the WSL install right at the time :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe just make it like a note? If you can't install DDEV, try to update your WSL... something like that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants