feature(windows): make it more clear that the user needs to update their PATH
[webi-installers/.git] / wsl / install.sh
1 #!/bin/bash
2
3 echo "WSL (Windows Subsystem for Linux) can only be installed from Windows 10"
4 exit 0