From 4e361dcf924b4594f038511ff69752ee1a3f49a9 Mon Sep 17 00:00:00 2001
From: Omar Brikaa <brikaaomar@gmail.com>
Date: Fri, 11 Oct 2024 21:42:58 +0300
Subject: [PATCH] Add note to ensure the repository is cloned with LF line
 endings

---
 readme.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/readme.md b/readme.md
index 9034264..7724fdb 100644
--- a/readme.md
+++ b/readme.md
@@ -114,6 +114,10 @@ POST https://emkc.org/api/v2/piston/execute
 git clone https://github.com/engineer-man/piston
 ```
 
+> [!NOTE]
+>
+> Ensure the repository is cloned with LF line endings
+
 ### Installation
 
 ```sh