We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42e489a + 44e37f9 commit 5f63880Copy full SHA for 5f63880
1 file changed
README.md
@@ -107,9 +107,10 @@ python3 -m pip install git+https://github.com/LemurPwned/cmtj.git
107
4. Clone the repository:
108
109
```bash
110
-git clone https://github.com/LemurPwned/cmtj.git
+git clone --recurse-submodules https://github.com/LemurPwned/cmtj.git
111
python3 -m pip install .
112
```
113
+if your git is older, you may need to use `--recursive` instead of `--recurse-submodules`.
114
115
#### Extra dependencies
116
0 commit comments