Skip to content

Commit 74690e4

Browse files
authored
FIX: adding recurse submodule
1 parent fae11c7 commit 74690e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/contribute.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Follow these steps to contribute to the project:
2525
1. Fork the diffCheck repository by clicking the **Fork** button on the [diffCheck repository](https://github.com/diffCheckOrg/diffCheck). Clone the repository to your local machine:
2626

2727
```console
28-
git clone https://github.com/YOUR_USERNAME/diffCheck.git
28+
git clone --recurse-submodules https://github.com/YOUR_USERNAME/diffCheck.git
2929
cd diffCheck
3030
```
3131

@@ -49,4 +49,4 @@ Follow these steps to contribute to the project:
4949
git add .
5050
git commit -m "WIP: Add my feature"
5151
git push origin my-feature
52-
```
52+
```

0 commit comments

Comments
 (0)