From 4b3f5f8468c6c7e2b2e55ba8d1bd192f03489d3a Mon Sep 17 00:00:00 2001 From: Seokhee Park Date: Sat, 17 May 2025 16:19:25 +0900 Subject: [PATCH] docs: add WSL note about core.autocrlf to prevent CRLF issues (#512) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0f51a06..f8ed838 100644 --- a/README.md +++ b/README.md @@ -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