From 93aa040389fb5a4cd8560a956b964c7b0574d2fa Mon Sep 17 00:00:00 2001 From: Marouane Lemghari <110112853+Kwanddwo@users.noreply.github.com> Date: Thu, 20 Mar 2025 13:18:47 +0000 Subject: [PATCH] Update 02-intro-to-nextjs-getting-started.md Updated the missing repo url --- lessons/02-intro-to-nextjs-getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lessons/02-intro-to-nextjs-getting-started.md b/lessons/02-intro-to-nextjs-getting-started.md index 19b5f2e..4da4d0f 100644 --- a/lessons/02-intro-to-nextjs-getting-started.md +++ b/lessons/02-intro-to-nextjs-getting-started.md @@ -17,8 +17,8 @@ Let's get your development environment ready! Follow these steps to set up the p - Clone the project repository to your local machine using Git. Replace `[repo]` with the actual repository URL provided for this lesson. ```bash - git clone [repo] - cd [your-repo-name] + git clone https://github.com/Hendrixer/next.js-fundamentals + cd next.js-fundamentals ``` 3. **Install Dependencies:**