Skip to content

Commit

Permalink
docs: Update shallow clone URL in CONTRIBUTING.md (#7178)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiryangJung authored Nov 25, 2024
1 parent 32b1563 commit d75ad9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The rescript-compiler git repo is very large because, prior to tooling improveme
If you are only interested in the latest master commit, you can perform a shallow clone instead as follows:

```sh
git clone --depth 1 https://github.com/rescript-lang/rescript-compiler.git
git clone --depth 1 https://github.com/rescript-lang/rescript.git
```

This will only consume less than 50MB.
Expand Down

0 comments on commit d75ad9f

Please sign in to comment.