From 5e8cb7ba79cea779954a4748ead4f8cd4aa469a3 Mon Sep 17 00:00:00 2001 From: Mahesh Mahajan <115408179+themr255@users.noreply.github.com> Date: Sun, 22 Jan 2023 11:08:42 +0530 Subject: [PATCH] Updated git clone command with sudo user --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99e6c6f..8e3677b 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ sudo systemctl enable httpd ``` sudo yum install -y git -git clone https://github.com/kodekloudhub/learning-app-ecommerce.git /var/www/html/ +sudo git clone https://github.com/kodekloudhub/learning-app-ecommerce.git /var/www/html/ ``` 5. Update index.php