mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-12 04:31:04 +00:00
fix(docs): Made clear what the difference is between parcial cloning and complete cloning
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user