fix(docs): Made clear what the difference is between parcial cloning and complete cloning

This commit is contained in:
ItsIgnacioPortal 2025-01-24 22:11:40 -03:00
parent 765a4192fa
commit c52dfc5e4d

View File

@ -29,14 +29,14 @@ wget -c https://github.com/danielmiessler/SecLists/archive/master.zip -O SecList
&& rm -f SecList.zip
```
**Git (Small)**
**Git: No commit history (faster)**
```
git clone --depth 1 \
https://github.com/danielmiessler/SecLists.git
```
**Git (Complete)**
**Git: Complete**
```
git clone https://github.com/danielmiessler/SecLists.git