Skip to content

Commit 4b3f5f8

Browse files
authored
docs: add WSL note about core.autocrlf to prevent CRLF issues (#512)
1 parent 3057e15 commit 4b3f5f8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ From inside that directory you can:
2828
- Get the latest development release by running `git pull` to download the
2929
latest changes.
3030

31+
💡 **WSL note:** If you're using WSL, we recommend setting Git to use Unix-style line endings to prevent script execution errors:
32+
33+
```sh
34+
git config --global core.autocrlf input
35+
```
36+
3137
1. **Check out pyenv-virtualenv into plugin directory**
3238

3339
```bash

0 commit comments

Comments
 (0)