From ee8ff9ad2fe4977bff72a6e4abbc0dc01192ed6c Mon Sep 17 00:00:00 2001 From: ShawkMusic Date: Tue, 15 Oct 2024 07:51:08 -0400 Subject: [PATCH] Add .git to end of link on README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b317a55..18a5c360 100755 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ Before you begin, ensure you have the following software installed on your syste Next, open your terminal (command prompt or shell) and navigate to the directory where you want to store the YouTube Enhancer extension project. Run the following command to clone the repository: ```bash -git clone https://github.com/YouTube-Enhancer/extension +git clone https://github.com/YouTube-Enhancer/extension.git ``` ### 3. Navigate to the Project Directory