From 12dc548a4ea80f458b375ea0f0e82d756d4a73d6 Mon Sep 17 00:00:00 2001 From: mdev9 <101509204+mdev9@users.noreply.github.com> Date: Thu, 17 Oct 2024 07:34:10 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98f1281..14010bc 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ To get started, follow these steps to set up and run the project: 1. **Clone the repository**: ```bash - git clone https://github.com/your-username/minishell.git + git clone https://github.com/mdev9/minishell.git cd minishell make ```