diff --git a/pages/windows/wsl.md b/pages/windows/wsl.md index b7f2e85e6..66fd67cfb 100644 --- a/pages/windows/wsl.md +++ b/pages/windows/wsl.md @@ -27,6 +27,10 @@ `wsl --import {{distribution}} {{path/to/install_location}} {{path/to/distro_fs.tar}}` +- Change the version of the specified distribution: + +`wsl --set-version {{distribution}} {{version}}` + - Shut down Windows Subsystem for Linux: `wsl --shutdown`