Minor docs wording update

This commit is contained in:
Matthew Lopez 2024-09-05 10:37:58 -04:00 committed by GitHub
parent 0909a20fbf
commit 52c3f34c5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,8 +30,8 @@ Downloading this repo as a ZIP file from GitHub will **not** work because it use
:::tip[Tips for Windows users]
If you are using Windows, you should clone the repo **using the version of Git installed inside your WSL distro**, not
Git Bash from Git for Windows, for multiple reasons.
If you are using Windows, you should clone the repo **inside your primary WSL distro using Bash in WSL**, not Git Bash
from Git for Windows, for multiple reasons.
- This avoids Git messing with line endings and breaking shell scripts, which it can do when you clone a repo in Windows
(due to `autocrlf`).