wsl: add --set-version example (#4578)

This commit is contained in:
Kyle Parrish
2020-10-09 09:00:55 -04:00
committed by GitHub
parent a8f1f5fafd
commit 1c3164143e

View File

@@ -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`