Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lessons/02-intro-to-nextjs-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down