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:
parent
a8f1f5fafd
commit
1c3164143e
1 changed files with 4 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue