From 16bf882213b1f6242200670d608c058e3cfc79fb Mon Sep 17 00:00:00 2001 From: Mannerow Date: Mon, 28 Oct 2024 20:35:19 +0000 Subject: [PATCH] Updated readme --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 614f0bd..8e0e965 100644 --- a/README.md +++ b/README.md @@ -57,16 +57,6 @@ cp .env.template .env Create an S3 bucket and update the `'/infrastructure.main.tf'` file to reflect the new bucket. -**4. Windows Users — Prevent Line Ending Issues with Git:** - -If you're using Windows, you may encounter issues with line endings being automatically converted from `LF` (Unix) to `CRLF` (Windows) when checking out files. This can cause problems with script execution in Docker. - -To prevent this, configure Git to ensure scripts like `start.sh` maintain the correct LF line endings by running the following command in Git Bash or the command prompt: - -```bash -git config --global core.autocrlf input -``` - ## 🚀 Running the Project To run the project, simply run the following command: