1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 06:22:07 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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`