Skip to content

Commit efcb10b

Browse files
authored
docs: update the bash script example about cloning the repo (#326)
1 parent 470b833 commit efcb10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/docs/contribute/development.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ outline: deep
88
## Clone Repository
99

1010
```bash
11-
git clone [email protected]:oxc-project/oxc.git
11+
git clone -c core.longpaths=true [email protected]:oxc-project/oxc.git
1212
```
1313

1414
## Set Up Project

0 commit comments

Comments
 (0)