From 73265babfa8cc2df897868e06e85c59da356ec29 Mon Sep 17 00:00:00 2001 From: Asher Mathews Date: Sat, 16 Dec 2023 05:34:48 +0530 Subject: [PATCH] Updated the readme file to include the information about the automatic conversion of line endings in windows machines (#387) Co-authored-by: Thibaud Colas --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f4a2d31..a932481 100644 --- a/readme.md +++ b/readme.md @@ -87,7 +87,7 @@ Use `Ctrl+c` to stop the local server. To stop the Vagrant environment, run `exi Run the following commands: ```bash -git clone https://github.com/wagtail/bakerydemo.git +git clone https://github.com/wagtail/bakerydemo.git --config core.autocrlf=input cd bakerydemo docker compose up --build -d ```