Closed ihollander closed 3 years ago
Simplified WSL/Ubuntu installation based on recent WSL updates and best practices.
Note that wsl --install doesn't appear to work by itself, despite being in the documentation above. It's necessary to specify a distro with wsl --install -d Ubuntu.
wsl --install
wsl --install -d Ubuntu
@lizbur10 I uninstalled WSL and rerecorded the videos, and I think these steps are good now. If you can take one more look that would be great!
Simplified WSL/Ubuntu installation based on recent WSL updates and best practices.
Note that
wsl --install
doesn't appear to work by itself, despite being in the documentation above. It's necessary to specify a distro withwsl --install -d Ubuntu
.