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:**