Skip to content

Commit 5f63880

Browse files
authored
Merge pull request #120 from LemurPwned/LemurPwned-patch-1
Modify clone command for submodules
2 parents 42e489a + 44e37f9 commit 5f63880

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,10 @@ python3 -m pip install git+https://github.com/LemurPwned/cmtj.git
107107
4. Clone the repository:
108108

109109
```bash
110-
git clone https://github.com/LemurPwned/cmtj.git
110+
git clone --recurse-submodules https://github.com/LemurPwned/cmtj.git
111111
python3 -m pip install .
112112
```
113+
if your git is older, you may need to use `--recursive` instead of `--recurse-submodules`.
113114

114115
#### Extra dependencies
115116

0 commit comments

Comments
 (0)