docs: add WSL note about core.autocrlf to prevent CRLF issues

This commit is contained in:
stoneHee99 2025-05-13 12:17:22 +09:00
parent 3057e1549b
commit 1199b29be8

View file

@ -28,6 +28,12 @@ From inside that directory you can:
- Get the latest development release by running `git pull` to download the
latest changes.
💡 **WSL note:** If you're using WSL, we recommend setting Git to use Unix-style line endings to prevent script execution errors:
```sh
git config --global core.autocrlf input
```
1. **Check out pyenv-virtualenv into plugin directory**
```bash