Better git clone (faster; without too much commit history)

This commit is contained in:
Miroslav Stampar
2016-12-08 11:04:42 +01:00
parent 52177065ca
commit 42cea2e03c
14 changed files with 17 additions and 17 deletions

View File

@@ -18,7 +18,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
sqlmap works out of the box with [Python](http://www.python.org/download/) version **2.6.x** and **2.7.x** on any platform.