Prechádzať zdrojové kódy

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 rok pred
rodič
commit
73265babfa
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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
 ```