Skip to content

Commit f65192d

Browse files
committed
docs: update readme
1 parent fe735a1 commit f65192d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,12 @@ Interactive way of moving wsl for Windows PowerShell.
2929
3) 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
5966
Feat: WSL1 support.
6067

0 commit comments

Comments
 (0)