We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 499411e commit 863ac29Copy full SHA for 863ac29
1 file changed
README.md
@@ -64,3 +64,10 @@ Deploys clean Ubuntu Linux distro into WSL. Usage is the same to WSL-Alpine-Inst
64
```powershell
65
WSL-Ubuntu-Install [-Interactive] [-DistroAlias <alias>] [-InstallPath <path>]
66
```
67
+
68
+### WSL-Debian-Install
69
70
+Deploys clean Debian Linux distro into WSL. Usage is the same to WSL-Alpine-Install. Currently takes bullseye-full as default.
71
+```powershell
72
+WSL-Debian-Install [-Interactive] [-DistroAlias <alias>] [-InstallPath <path>]
73
+```
0 commit comments