mirror of
https://github.com/danielmiessler/SecLists
synced 2026-02-13 11:05:28 +01:00
fix(docs): Made clear what the difference is between parcial cloning and complete cloning
This commit is contained in:
parent
765a4192fa
commit
c52dfc5e4d
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue