mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-13 17:29:26 +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
|
&& rm -f SecList.zip
|
||||||
```
|
```
|
||||||
|
|
||||||
**Git (Small)**
|
**Git: No commit history (faster)**
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone --depth 1 \
|
git clone --depth 1 \
|
||||||
https://github.com/danielmiessler/SecLists.git
|
https://github.com/danielmiessler/SecLists.git
|
||||||
```
|
```
|
||||||
|
|
||||||
**Git (Complete)**
|
**Git: Complete**
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/danielmiessler/SecLists.git
|
git clone https://github.com/danielmiessler/SecLists.git
|
||||||
|
|||||||
Reference in New Issue
Block a user