Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LpCodes authored Jun 9, 2024
1 parent 5076793 commit df0a1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This guide explains the process of moving a Linux distribution installed on Wind
wsl -t Ubuntu-22.04
```

2. Export the WSL distribution to a folder. In this example, we will export Ubuntu 22.04 as `ubuntu-ex.tar` to the `D:\wsl\wsl_export` directory. Run the following command:
2. Export the WSL distribution to a folder. In this example, we will export Ubuntu 22.04 as `ubuntu-ex.tar` to the `D:\wsl_export` directory. Run the following command:

```
wsl --export Ubuntu-22.04 "D:\wsl_export\ubuntu-ex.tar"
Expand Down

0 comments on commit df0a1ba

Please sign in to comment.