mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-08-13 11:27:06 +00:00
fix(docs): Made clear what the difference is between parcial cloning and complete cloning
This commit is contained in:
parent
765a4192fa
commit
c52dfc5e4d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user