We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6386d1 commit 60b84eeCopy full SHA for 60b84ee
1 file changed
WSL/install-on-server.md
@@ -78,7 +78,7 @@ Now that you've downloaded a Linux distribution, in order to extract its content
78
79
```powershell
80
mkdir "$env:USERPROFILE\AppData\Local\DebianWSL" | Out-Null
81
- tar -xf .\DistroLauncher-Appx_1.12.2.0_x64.appx -C $"env:USERPROFILE\AppData\Local\DebianWSL"
+ tar -xf .\DistroLauncher-Appx_1.12.2.0_x64.appx -C "$env:USERPROFILE\AppData\Local\DebianWSL"
82
```
83
84
4. Add your Linux distribution path to the Windows environment PATH (`C:\Users\Administrator\Ubuntu` in this example), using PowerShell:
0 commit comments