Skip to content

Commit 0a001ad

Browse files
Updated install-on-server.md
Fixed powershell notation
1 parent 0082a53 commit 0a001ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

WSL/install-on-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Now that you've downloaded a distro, extract its contents and manually install t
3636
1. Extract the `<distro>.appx` package's contents, e.g. using PowerShell:
3737
3838
```powershell
39-
Rename-Item ./Ubuntu.appx ./Ubuntu.zip
40-
Expand-Archive ./Ubuntu.zip ./Ubuntu
39+
Rename-Item .\Ubuntu.appx .\Ubuntu.zip
40+
Expand-Archive .\Ubuntu.zip .\Ubuntu
4141
```
4242
4343
2. Run the distro launcher

0 commit comments

Comments
 (0)