Skip to content

Commit 44e37f9

Browse files
authored
Modify clone command for submodules
Updated git clone command to include submodules option and added note for older git versions.
1 parent 42e489a commit 44e37f9

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)