Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pxlrbt committed Aug 9, 2020
1 parent fe735a1 commit f65192d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@ Interactive way of moving wsl for Windows PowerShell.
3) Enter your target (i.e. `D:\wsl target\ubuntu`)

### Batch
_This is a lightweight version_ which can also be used from Windows CMD.

__Currently there is an issue that doesn't validate the export properly. PLEASE DON'T USE__
1) Get a list of WSL distros: `wsl -l`
2) Move your image: `move-wsl.bat [NAME] [LOCATION]`

__Example:__ `move-wsl.bat docker-desktop "D:\wsl files\docker"`

## FAQ

Expand All @@ -55,6 +59,9 @@ wsl -s YOUR_DISTRO

## Changelog

### 1.3.1 - 2020-08-09
Fix: Bug in Batch script not validating export properly when using a path with spaces.

### 1.3.0 - 2020-07-16
Feat: WSL1 support.

Expand Down

0 comments on commit f65192d

Please sign in to comment.