From 63fdedaeeeba760cbaced5edfcf09c67e709e098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lia=20Br=C3=BCggemann?= Date: Fri, 3 Oct 2025 21:19:41 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e4d30d..e1c665f 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ The project is part of a personal coding challenge: Write a small C Programm Eve ```bash # Clone the repo -git clone -cd ls-clone-emoji-color +git clone https://github.com/BlyDoesCoding/ls-clone +cd ls-clone # Compile (requires Unix) gcc -o ls-clone main.c