فهرست منبع

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