We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c01af commit 9525bdcCopy full SHA for 9525bdc
1 file changed
README.md
@@ -27,7 +27,7 @@ Complete unit tests are handled through external frameworks whose sources are au
27
## Install & launch
28
This script requires python 3.6 or above to work.
29
```bash
30
-git clone https://github.com/seluj78/42PyChecker ~/42PyChecker
+git clone https://github.com/seluj78/42PyChecker --recursive ~/42PyChecker
31
cd ~/42PyChecker && python3 ./42PyChecker.py
32
```
33
0 commit comments