diff --git a/Download-and-update.md b/Download-and-update.md index 754c1b5..ccf977f 100644 --- a/Download-and-update.md +++ b/Download-and-update.md @@ -4,7 +4,7 @@ You can download the latest tarball by clicking [here](https://github.com/sqlmap Preferably, you can download sqlmap by cloning the [Git](https://github.com/sqlmapproject/sqlmap) repository: - git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev + git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev You can update it at any time to the latest development version by running: