Skip to content

Commit

Permalink
Update developing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jankaifer committed Dec 19, 2022
1 parent 723311b commit fa64481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contributing/core/developing.md
Expand Up @@ -7,9 +7,9 @@
To develop locally:

1. Install the [GitHub CLI](https://github.com/cli/cli#installation).
1. Clone the Next.js repository:
1. Clone the Next.js repository (downloads just last commit for faster clone):
```
gh repo clone vercel/next.js
gh repo clone vercel/next.js --depth=1 --branch canary --single-branch
```
1. Create a new branch:
```
Expand Down

0 comments on commit fa64481

Please sign in to comment.