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>
pull/449/head
Asher Mathews 2023-12-16 05:34:48 +05:30 zatwierdzone przez GitHub
rodzic cd09104203
commit 73265babfa
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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