Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update NotesOnWSL.md #3086

Merged
merged 1 commit into from
Aug 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update NotesOnWSL.md
I have corrected what seemed to me as a typo from this line:
[I]f it's at all possible, store your projects in the Linux file system in WSL2.
                                         and corrected it to this:
If it's at all possible, store your projects in the Linux file system in WSL2.
  • Loading branch information
AndrewMbugua committed Aug 11, 2020
commit d524c55d42668f322058ec7027d9e87518549ddf
2 changes: 1 addition & 1 deletion Documentation/NotesOnWSL.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ For a more in depth explaination of the technical limitations of their approach,

The recommendation from the Microsoft team on that issue is:

> [I]f it's at all possible, store your projects in the Linux file system in WSL2.
> If it's at all possible, store your projects in the Linux file system in WSL2.

In practice, this means cloning and building the project to somewhere such as `/home/username/serenity`.

Expand Down