File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,12 @@ Interactive way of moving wsl for Windows PowerShell.
29293 ) Enter your target (i.e. ` D:\wsl target\ubuntu ` )
3030
3131### Batch
32+ _ This is a lightweight version_ which can also be used from Windows CMD.
3233
33- __ Currently there is an issue that doesn't validate the export properly. PLEASE DON'T USE__
34+ 1 ) Get a list of WSL distros: ` wsl -l `
35+ 2 ) Move your image: ` move-wsl.bat [NAME] [LOCATION] `
36+
37+ __ Example:__ ` move-wsl.bat docker-desktop "D:\wsl files\docker" `
3438
3539## FAQ
3640
@@ -55,6 +59,9 @@ wsl -s YOUR_DISTRO
5559
5660## Changelog
5761
62+ ### 1.3.1 - 2020-08-09
63+ Fix: Bug in Batch script not validating export properly when using a path with spaces.
64+
5865### 1.3.0 - 2020-07-16
5966Feat: WSL1 support.
6067
You can’t perform that action at this time.
0 commit comments