From 1199b29be879ddd95c9519027624ce0cf28799dd Mon Sep 17 00:00:00 2001 From: stoneHee99 Date: Tue, 13 May 2025 12:17:22 +0900 Subject: [PATCH] docs: add WSL note about core.autocrlf to prevent CRLF issues --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0f51a062..f8ed838d 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