Skip to content

Commit

Permalink
Merge pull request #424 from ihor-sviziev/patch-1
Browse files Browse the repository at this point in the history
Fix WSL2 paths on installations page
  • Loading branch information
davidalger authored Sep 14, 2021
2 parents 22fc5b5 + 344fffc commit 1a97701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ In order for DNS entries to be resolved either add them to your Windows hosts fi
**For performance reasons code should be located in the WSL Linux home path or other WSL local path ~/code/projectname NOT the default /mnt/c path mapping.**
```

GUI tools for Windows should use the network paths provided by WSL2: \\wsl$\Ubuntu-20.04\home\<USER>\<PROJECTPATH>.
GUI tools for Windows should use the network paths provided by WSL2: `\\wsl$\Ubuntu-20.04\home\<USER>\<PROJECTPATH>`.

### Next Steps

Expand Down

0 comments on commit 1a97701

Please sign in to comment.