From 026a367e3784c1b32098e2a26b8cb7c9386b5dc5 Mon Sep 17 00:00:00 2001 From: ItsIgnacioPortal <5990@protonmail.com> Date: Mon, 17 Feb 2025 23:35:29 -0300 Subject: [PATCH] fix(docs): Condensed multi-line download commands into a single line This should facilitate copy-pasting the download commands into terminals that don't support line-jumps via backslashes, such as Powershell 7 --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8023edc1..ae0f6f07 100644 --- a/README.md +++ b/README.md @@ -24,16 +24,13 @@ This project is maintained by [Daniel Miessler](https://danielmiessler.com/), [J **Zip** ``` -wget -c https://github.com/danielmiessler/SecLists/archive/master.zip -O SecList.zip \ - && unzip SecList.zip \ - && rm -f SecList.zip +wget -c https://github.com/danielmiessler/SecLists/archive/master.zip -O SecList.zip && unzip SecList.zip && rm -f SecList.zip ``` **Git: No commit history (faster)** ``` -git clone --depth 1 \ - https://github.com/danielmiessler/SecLists.git +git clone --depth 1 https://github.com/danielmiessler/SecLists.git ``` **Git: Complete**