Преглед на файлове

Updated the readme file to include the information about the automatic conversion of line endings in windows machines (#387)

Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
Asher Mathews преди 1 година
родител
ревизия
73265babfa
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      readme.md

+ 1 - 1
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
 ```